Click or drag to resize
Accord.NET (logo)

MultilabelSupportVectorMachineTKernel Properties

The MultilabelSupportVectorMachineTKernel 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 propertyMethod
Gets or sets the MultilabelProbabilityMethod that should be used when computing probabilities using the Probabilities(TInput) and related methods.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, 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.)
Public propertyParallelOptions
Gets or sets the parallelization options used when deciding the class of a new sample.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.)
Public propertySupportVectorCount
Gets the total number of support vectors in the entire multi-label machine.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.)
Public propertySupportVectorSharedCount
Gets the number of shared support vectors in the multi-label machine.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.)
Public propertySupportVectorUniqueCount
Gets the number of unique support vectors in the multi-label machine.
(Inherited from MultilabelSupportVectorMachineTModel, TKernel, TInput.)
Top
See Also