|
OneVsRestTModel Constructor
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax protected OneVsRest(
int classes,
Func<TModel> initializer
)
Protected Sub New (
classes As Integer,
initializer As Func(Of TModel)
)
Request Example
View SourceParameters
- classes
- Type: SystemInt32
The number of classes in the multi-label classification problem. - initializer
- Type: SystemFuncTModel
A function to create the inner binary classifiers.
See Also