ISupervisedMultilabelLearningTModel Interface |
Namespace: Accord.MachineLearning
public interface ISupervisedMultilabelLearning<out TModel> : ISupervisedMultilabelLearning<TModel, int[]>, ISupervisedLearning<TModel, int[], int[]>, ISupervisedLearning<TModel, int[], bool[]>, ISupervisedMultilabelLearning<TModel, float[]>, ISupervisedLearning<TModel, float[], int[]>, ISupervisedLearning<TModel, float[], bool[]>, ISupervisedMultilabelLearning<TModel, double[]>, ISupervisedLearning<TModel, double[], int[]>, ISupervisedLearning<TModel, double[], bool[]> where TModel : IMultilabelClassifier
The ISupervisedMultilabelLearningTModel 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.) |