|
MultilabelSupportVectorMachine Constructor (Int32, Int32)
|
Namespace:
Accord.MachineLearning.VectorMachines
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic MultilabelSupportVectorMachine(
int inputs,
int classes
)
Public Sub New (
inputs As Integer,
classes As Integer
)
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
The number of inputs by the machine. - classes
- Type: SystemInt32
The number of classes to be handled by the machine.
See Also