Click or drag to resize
Accord.NET (logo)

IMultilabelScoreClassifierTInput, TClasses Properties

The IMultilabelScoreClassifierTInput, TClasses generic type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfClasses
Gets or sets the number of classes expected and recognized by the classifier.
(Inherited from IClassifier.)
Public propertyNumberOfInputs
Gets or sets the number of inputs accepted by the model.
(Inherited from ITransform.)
Public propertyNumberOfOutputs
Gets or sets the number of outputs generated by the model.
(Inherited from ITransform.)
Top
See Also