![]() |
ISupportVectorMachineLearningTInput Interface |
Namespace: Accord.MachineLearning.VectorMachines.Learning
public interface ISupportVectorMachineLearning<TInput> : ISupervisedBinaryLearning<ISupportVectorMachine<TInput>, TInput>, ISupervisedMulticlassLearning<ISupportVectorMachine<TInput>, TInput>, ISupervisedMultilabelLearning<ISupportVectorMachine<TInput>, TInput>, ISupervisedLearning<ISupportVectorMachine<TInput>, TInput, int[]>, ISupervisedLearning<ISupportVectorMachine<TInput>, TInput, bool[]>, ISupervisedLearning<ISupportVectorMachine<TInput>, TInput, int>, ISupervisedLearning<ISupportVectorMachine<TInput>, TInput, bool>, ISupervisedLearning<ISupportVectorMachine<TInput>, TInput, double>
The ISupportVectorMachineLearningTInput type exposes the following members.
Name | Description | |
---|---|---|
![]() | Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
(Inherited from ISupervisedLearningTModel, TInput, TOutput.) |
Name | Description | |
---|---|---|
![]() | Learn(TInput, TOutput, Double) |
Learns a model that can map the given inputs to the given outputs.
(Inherited from ISupervisedLearningTModel, TInput, TOutput.) |
![]() | Run | Obsolete.
Obsolete.
|
![]() | Run(Boolean) | Obsolete.
Obsolete.
|