|
|
ISupportVectorMachineTInput Properties |
The ISupportVectorMachineTInput generic type exposes the following members.
| Name | Description | |
|---|---|---|
| IsProbabilistic |
Gets whether this machine has been calibrated to
produce probabilistic outputs (through the Probability
method).
| |
| Kernel |
Gets or sets the kernel used by this machine.
| |
| NumberOfClasses |
Gets or sets the number of classes expected and recognized by the classifier.
(Inherited from IClassifier.) | |
| NumberOfInputs |
Gets or sets the number of inputs accepted by the model.
(Inherited from ITransform.) | |
| NumberOfOutputs |
Gets or sets the number of outputs generated by the model.
(Inherited from ITransform.) | |
| SupportVectors |
Gets or sets the collection of support vectors used by this machine.
| |
| Threshold |
Gets or sets the threshold (bias) term for this machine.
| |
| Weights |
Gets or sets the collection of weights used by this machine.
|