ISupportVectorMachineLearning Interface |
Namespace: Accord.MachineLearning.VectorMachines.Learning
public interface ISupportVectorMachineLearning : ISupportVectorMachineLearning<double[]>, ISupervisedBinaryLearning<ISupportVectorMachine<double[]>, double[]>, ISupervisedMulticlassLearning<ISupportVectorMachine<double[]>, double[]>, ISupervisedMultilabelLearning<ISupportVectorMachine<double[]>, double[]>, ISupervisedLearning<ISupportVectorMachine<double[]>, double[], int[]>, ISupervisedLearning<ISupportVectorMachine<double[]>, double[], bool[]>, ISupervisedLearning<ISupportVectorMachine<double[]>, double[], int>, ISupervisedLearning<ISupportVectorMachine<double[]>, double[], bool>, ISupervisedLearning<ISupportVectorMachine<double[]>, double[], double>
The ISupportVectorMachineLearning 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.
(Inherited from ISupportVectorMachineLearningTInput.) | |
Run(Boolean) | Obsolete.
Obsolete.
(Inherited from ISupportVectorMachineLearningTInput.) |