Click or drag to resize
Accord.NET (logo)

Accord.MachineLearning.Boosting.Learners Namespace

Contains Boosting related techniques for creating classifier ensembles and other composition models.
Classes
  ClassDescription
Public classCode exampleDecisionStump
Simple classifier that based on decision margins that are perpendicular to one of the space dimensions.
Public classCode exampleThresholdLearning
Learning algorithm for DecisionStumps.
Public classWeakTModel Obsolete.
Adapter for models that do not implement a .Decide function.
Remarks

The namespace class diagram is shown below.

See Also