Click or drag to resize
Accord.NET (logo)

OneVsRestTModel, TInputItem Property

Gets or sets the inner binary classifiers used to distinguish between each class and all other classes.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public TModel this[
	int classIndex
] { get; set; }
Request Example View Source

Parameters

classIndex
Type: SystemInt32
The classifier index.

Return Value

Type: TModel
A IBinaryClassifierTInput that has been trained to distinguish between the chosen class and all other classes.
See Also