Click or drag to resize
Accord.NET (logo)

AdaBoostTModel Properties

The AdaBoostTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyCreation Obsolete.
Gets or sets the fitting function which creates and trains a model given a weighted data set.
Public propertyIterations Obsolete.
Please use MaxIterations instead.
Public propertyLearner
Gets or sets a function that takes a set of parameters and creates a learning algorithm for learning each stage of the boosted classsifier.
Public propertyMaxIterations
Gets or sets the maximum number of iterations performed by the learning algorithm.
Public propertyModel
Gets or sets the model being trained.
Public propertyThreshold
Gets or sets the error limit before learning stops. Default is 0.5.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyTolerance
Gets or sets the relative tolerance used to detect convergence of the learning algorithm.
Top
See Also