![]() |
OneVsRestTModel Properties |
The OneVsRestTModel generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the total number of binary models in this one-vs-rest
multi-label configuration. Should be equal to the
NumberOfOutputs (number of classes).
(Inherited from OneVsRestTModel, TInput.) |
![]() | Item |
Gets or sets the inner binary classifiers used to distinguish
between each class and all other classes.
(Inherited from OneVsRestTModel, TInput.) |
![]() | Models |
Gets or sets the binary classifiers that have been trained
to distinguish between each class and all other classes.
(Inherited from OneVsRestTModel, TInput.) |
![]() | NumberOfClasses |
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.) |
![]() | NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) |
![]() | NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) |