MultilabelSupportVectorMachine Properties |
The MultilabelSupportVectorMachine type exposes the following members.
Name | Description | |
---|---|---|
Classes | Obsolete.
Gets the number of classes.
| |
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.) | |
Inputs | Obsolete.
Gets the number of inputs of the machines.
| |
Item | Obsolete.
Gets the classifier for class index.
| |
Machines | Obsolete.
Gets the subproblems classifiers.
| |
Method |
Gets or sets the MultilabelProbabilityMethod that should be used when computing probabilities
using the Probabilities(TInput) and related methods.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, 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.) | |
ParallelOptions |
Gets or sets the parallelization options used
when deciding the class of a new sample.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.) | |
SupportVectorCount |
Gets the total number of support vectors
in the entire multi-label machine.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.) | |
SupportVectorSharedCount |
Gets the number of shared support
vectors in the multi-label machine.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.) | |
SupportVectorUniqueCount |
Gets the number of unique support
vectors in the multi-label machine.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.) |