Click or drag to resize
Accord.NET (logo)

BoostBaseTModel, TWeighted, TInput Constructor (IListDouble, IListTModel)

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public BoostBase(
	IList<double> weights,
	IList<TModel> models
)
Request Example View Source

Parameters

weights
Type: System.Collections.GenericIListDouble
The initial boosting weights.
models
Type: System.Collections.GenericIListTModel
The initial weak classifiers.
See Also