Click or drag to resize
Accord.NET (logo)

BoostBaseTModel, TWeighted, TInputModels Property

Gets the list of weighted weak models contained in this boosted classifier.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public List<TWeighted> Models { get; }
Request Example View Source

Property Value

Type: ListTWeighted
See Also