|
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; }
Public Default Property Item (
classIndex As Integer
) As TModel
Get
Set
Request Example
View SourceParameters
- 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