|   | ISupervisedLearningTModel, TInput, TOutput Interface | 
Namespace: Accord.MachineLearning
 Syntax
Syntaxpublic interface ISupervisedLearning<out TModel, in TInput, in TOutput> where TModel : Object, ITransform<TInput, TOutput>
The ISupervisedLearningTModel, TInput, TOutput type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Token | 
              Gets or sets a cancellation token that can be used to 
              stop the learning algorithm while it is running.
             | 
 Methods
Methods See Also
See Also