Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel, TInput Properties

The SupportVectorMachineTKernel, TInput generic type exposes the following members.

Properties
  NameDescription
Public propertyInputs Obsolete.
Gets the number of inputs accepted by this machine.
Public propertyIsCompact Obsolete.
Obsolete.
Public propertyIsProbabilistic
Gets whether this machine has been calibrated to produce probabilistic outputs (through the Probability(TInput) method).
Public propertyKernel
Gets or sets the kernel used by this machine.
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 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