Click or drag to resize
Accord.NET (logo)

AdaBoostTModelCreation Property

Note: This API is now obsolete.

Gets or sets the fitting function which creates and trains a model given a weighted data set.

Namespace:  Accord.MachineLearning.Boosting
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Learner property instead.")]
public ModelConstructor<TModel> Creation { get; set; }
Request Example View Source

Property Value

Type: ModelConstructorTModel
See Also