Click or drag to resize
Accord.NET (logo)

AdaBoostTModelLearner Property

Gets or sets a function that takes a set of parameters and creates a learning algorithm for learning each stage of the boosted classsifier.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Func<AdaBoostParameters, ISupervisedLearning<TModel, double[], int>> Learner { get; set; }
Request Example View Source

Property Value

Type: FuncAdaBoostParameters, ISupervisedLearningTModel, Double, Int32
See Also