Click or drag to resize
Accord.NET (logo)

AdaBoostTModel Constructor (BoostTModel, ModelConstructorTModel)

Note: This API is now obsolete.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the parameterless constructor instead.")]
public AdaBoost(
	Boost<TModel> model,
	ModelConstructor<TModel> creationFunction
)
Request Example View Source

Parameters

model
Type: Accord.MachineLearning.BoostingBoostTModel
The model to be learned.
creationFunction
Type: Accord.MachineLearning.BoostingModelConstructorTModel
The model fitting function.
See Also