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