|
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
)
Public Sub Add (
weight As Double,
model As TModel
)
Request Example
View SourceParameters
- weight
- Type: SystemDouble
The weight of the weak classifier. - model
- Type: TModel
The weak classifier
See Also