Module opencv::ml

source ·
Expand description

Machine Learning

The Machine Learning Library (MLL) is a set of classes and functions for statistical classification, regression, and clustering of data.

Most of the classification and regression algorithms are implemented as C++ classes. As the algorithms have different sets of features (like an ability to handle missing measurements or categorical input variables), there is a little common ground between the classes. This common ground is defined by the class cv::ml::StatModel that all the other ML classes are derived from.

See detailed overview here: [ml_intro].

Modules

Structs

  • The class represents a decision tree node.
  • The class represents split in a decision tree.
  • The structure represents the logarithmic grid range of statmodel parameters.

Enums

Constants

Traits

Functions

Type Definitions