|
OneVsOneTBinary, TInput Constructor
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public OneVsOne(
int classes,
Func<TBinary> initializer
)
Public Sub New (
classes As Integer,
initializer As Func(Of TBinary)
)
Request Example
View SourceParameters
- classes
- Type: SystemInt32
The number of classes in the multi-class classification problem. - initializer
- Type: SystemFuncTBinary
A function to create the inner binary classifiers.
See Also