Click or drag to resize
Accord.NET (logo)

OneVsRestTModel Constructor

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
protected OneVsRest(
	int classes,
	Func<TModel> initializer
)
Request Example View Source

Parameters

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