|
MulticlassSupportVectorMachineTKernel Constructor (Int32, TKernel, Int32)
|
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 by the machine. - kernel
- Type: TKernel
The kernel function to be used in the machine. - classes
- Type: SystemInt32
The number of classes to be handled by the machine.
See Also