|
BoostTModel, TInput Constructor (IListDouble, IListTModel)
|
Namespace:
Accord.MachineLearning.Boosting
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public Boost(
IList<double> weights,
IList<TModel> models
)
Public Sub New (
weights As IList(Of Double),
models As IList(Of TModel)
)
Request Example
View SourceParameters
- weights
- Type: System.Collections.GenericIListDouble
The initial boosting weights. - models
- Type: System.Collections.GenericIListTModel
The initial weak classifiers.
See Also