Click or drag to resize
Accord.NET (logo)

ISupportVectorMachineTInput Properties

The ISupportVectorMachineTInput generic type exposes the following members.

Properties
  NameDescription
Public propertyIsProbabilistic
Gets whether this machine has been calibrated to produce probabilistic outputs (through the Probability method).
Public propertyKernel
Gets or sets the kernel used by this machine.
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.)
Public propertySupportVectors
Gets or sets the collection of support vectors used by this machine.
Public propertyThreshold
Gets or sets the threshold (bias) term for this machine.
Public propertyWeights
Gets or sets the collection of weights used by this machine.
Top
See Also