Click or drag to resize
Accord.NET (logo)

ISupervisedBinaryLearningTModel Interface

Common interface for supervised learning algorithms for binary classifiers.

Namespace:  Accord.MachineLearning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface ISupervisedBinaryLearning<out TModel> : ISupervisedBinaryLearning<TModel, int[]>, 
	ISupervisedMulticlassLearning<TModel, int[]>, ISupervisedMultilabelLearning<TModel, int[]>, 
	ISupervisedLearning<TModel, int[], int[]>, ISupervisedLearning<TModel, int[], bool[]>, 
	ISupervisedLearning<TModel, int[], int>, ISupervisedLearning<TModel, int[], bool>, 
	ISupervisedBinaryLearning<TModel, float[]>, ISupervisedMulticlassLearning<TModel, float[]>, 
	ISupervisedMultilabelLearning<TModel, float[]>, ISupervisedLearning<TModel, float[], int[]>, 
	ISupervisedLearning<TModel, float[], bool[]>, ISupervisedLearning<TModel, float[], int>, 
	ISupervisedLearning<TModel, float[], bool>, ISupervisedBinaryLearning<TModel, double[]>, 
	ISupervisedMulticlassLearning<TModel, double[]>, ISupervisedMultilabelLearning<TModel, double[]>, 
	ISupervisedLearning<TModel, double[], int[]>, ISupervisedLearning<TModel, double[], bool[]>, 
	ISupervisedLearning<TModel, double[], int>, ISupervisedLearning<TModel, double[], bool>
where TModel : IBinaryClassifier
Request Example View Source

Type Parameters

TModel
The type for the model being learned.

The ISupervisedBinaryLearningTModel type exposes the following members.

Properties
Methods
See Also