Click or drag to resize
Accord.NET (logo)

SupportVectorMachineTKernel Properties

The SupportVectorMachineTKernel generic type exposes the following members.

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