| Package | Description |
|---|---|
| org.opencv.ml |
| Modifier and Type | Class and Description |
|---|---|
class |
CvANN_MLP
MLP model.
|
class |
CvBoost
Boosted tree classifier derived from "CvStatModel".
|
class |
CvDTree
The class implements a decision tree as described in the beginning of this
section.
|
class |
CvERTrees
The class implements the Extremely randomized trees algorithm.
|
class |
CvGBTrees
The class implements the Gradient boosted tree model as described in the
beginning of this section.
|
class |
CvKNearest
The class implements K-Nearest Neighbors model as described in the beginning
of this section.
|
class |
CvNormalBayesClassifier
Bayes classifier for normally distributed data.
|
class |
CvRTrees
The class implements the random forest predictor as described in the
beginning of this section.
|
class |
CvSVM
Support Vector Machines.
|
Copyright © 2014. All rights reserved.