Click or drag to resize
Accord.NET (logo)

OneVsRestTModel Properties

The OneVsRestTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
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.)
Public propertyItem
Gets or sets the inner binary classifiers used to distinguish between each class and all other classes.
(Inherited from OneVsRestTModel, TInput.)
Public propertyModels
Gets or sets the binary classifiers that have been trained to distinguish between each class and all other classes.
(Inherited from OneVsRestTModel, TInput.)
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Top
See Also