OpenCV's Machine Learning enumeration
Enumerations
| Enumeration | Description | |
|---|---|---|
| ANN_MLP_ACTIVATION_FUNCTION |
Possible activation functions
| |
| ANN_MLP_TRAIN_METHOD |
Training method for ANN_MLP
| |
| ANN_MLP_TRAINING_FLAG |
The flags for the neural network training function
| |
| BOOST_SPLIT_CREITERIA |
Splitting criteria, used to choose optimal splits during a weak tree construction
| |
| BOOST_TYPE |
Boosting type
| |
| DATA_LAYOUT_TYPE |
The data layout type
| |
| EM_COVARIAN_MATRIX_TYPE |
The type of the mixture covariation matrices
| |
| EM_INIT_STEP_TYPE |
The initial step the algorithm starts from
| |
| SVM_KERNEL_TYPE |
SVM kernel type
| |
| SVM_PARAM_TYPE |
The type of SVM parameters
| |
| SVM_TYPE |
Type of SVM
| |
| VAR_TYPE |
Variable type
|