MultilabelSupportVectorMachineTModel, TKernel, TInput Properties |
The MultilabelSupportVectorMachineTModel, TKernel, TInput 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.) | |
Method |
Gets or sets the MultilabelProbabilityMethod that should be used when computing probabilities
using the Probabilities(TInput) and related methods.
| |
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.) | |
ParallelOptions |
Gets or sets the parallelization options used
when deciding the class of a new sample.
| |
SupportVectorCount |
Gets the total number of support vectors
in the entire multi-label machine.
| |
SupportVectorSharedCount |
Gets the number of shared support
vectors in the multi-label machine.
| |
SupportVectorUniqueCount |
Gets the number of unique support
vectors in the multi-label machine.
|