Click or drag to resize
Accord.NET (logo)

BoostBaseTModel, TWeighted, TInputAdd Method

Adds a new weak classifier and its corresponding weight to the end of this boosted classifier.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public void Add(
	double weight,
	TModel model
)
Request Example View Source

Parameters

weight
Type: SystemDouble
The weight of the weak classifier.
model
Type: TModel
The weak classifier
See Also