Click or drag to resize
Accord.NET (logo)

OneVsRestLearningTInput, TBinary, TModelLearner Property

Gets or sets a function that takes a set of parameters and creates a learning algorithm for learning each of the binary inner classifiers needed by the one-vs-rest classification strategy.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Func<InnerParameters<TBinary, TInput>, ISupervisedLearning<TBinary, TInput, bool>> Learner { get; set; }
Request Example View Source

Property Value

Type: FuncInnerParametersTBinary, TInput, ISupervisedLearningTBinary, TInput, Boolean
See Also