|
|
BaseSupportVectorCalibrationTModel, TKernel, TInput Properties |
The BaseSupportVectorCalibrationTModel, TKernel, TInput generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Input |
Gets or sets the input vectors for training.
| |
| IsLinear |
Gets whether the machine being learned is linear.
| |
| Kernel |
Gets the machine's IKernel function.
| |
| Model |
Gets the machine to be taught.
| |
| Output |
Gets or sets the output labels for each training vector.
| |
| Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
|