Wrapper of OpenCV's Machine Learning Library
Classes
| Class | Description | |
|---|---|---|
| ANN_MLP |
Neural network
| |
| Boost |
Boost Tree
| |
| DTree |
Decision Tree
| |
| EM |
Expectation Maximization model
| |
| EMParams |
The parameters for the EM model
| |
| ERTrees |
Extreme Random tree
| |
| KNearest |
The KNearest classifier
| |
| MlInvoke |
This class contains functions to call into machine learning library
| |
| NormalBayesClassifier |
A Normal Bayes Classifier
| |
| RTrees |
Random tree
| |
| StatModel |
A statistic model
| |
| SVM |
Support Vector Machine
| |
| SVMParams |
The parameters for the SVM model
|