|
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; }
<ObsoleteAttribute("Please use the Learner property instead.")>
Public Property Creation As ModelConstructor(Of TModel)
Get
Set
Request Example
View SourceProperty Value
Type:
ModelConstructorTModelSee Also