|
|
SupportVectorMachine Properties |
The SupportVectorMachine type exposes the following members.
| Name | Description | |
|---|---|---|
| Inputs | Obsolete.
Gets the number of inputs accepted by this machine.
(Inherited from SupportVectorMachineTKernel, TInput.) | |
| IsCompact | Obsolete.
Obsolete.
(Inherited from SupportVectorMachineTKernel, TInput.) | |
| IsProbabilistic |
Gets whether this machine has been calibrated to
produce probabilistic outputs (through the Probability(TInput)
method).
(Inherited from SupportVectorMachineTKernel, TInput.) | |
| Kernel |
Gets or sets the kernel used by this machine.
(Inherited from SupportVectorMachineTKernel, 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.) | |
| SupportVectors |
Gets or sets the collection of support vectors used by this machine.
(Inherited from SupportVectorMachineTKernel, TInput.) | |
| Threshold |
Gets or sets the threshold (bias) term for this machine.
(Inherited from SupportVectorMachineTKernel, TInput.) | |
| Weights |
Gets or sets the collection of weights used by this machine.
(Inherited from SupportVectorMachineTKernel, TInput.) |