Click or drag to resize
Accord.NET (logo)

BaseSupportVectorCalibrationTModel, TKernel, TInput Properties

The BaseSupportVectorCalibrationTModel, TKernel, TInput generic type exposes the following members.

Properties
  NameDescription
Protected propertyInput
Gets or sets the input vectors for training.
Public propertyIsLinear
Gets whether the machine being learned is linear.
Protected propertyKernel
Gets the machine's IKernel function.
Public propertyModel
Gets the machine to be taught.
Protected propertyOutput
Gets or sets the output labels for each training vector.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Top
See Also