|
SupportVectorMachineTKernel, TInput Constructor
|
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic SupportVectorMachine(
int inputs,
TKernel kernel
)
Public Sub New (
inputs As Integer,
kernel As TKernel
)
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
The length of the input vectors expected by the machine. - kernel
- Type: TKernel
The kernel function to be used.
See Also