Package | Description |
---|---|
org.opencv.ml |
Modifier and Type | Class and Description |
---|---|
class |
ANN_MLP
Artificial Neural Networks - Multi-Layer Perceptrons.
|
class |
Boost
Boosted tree classifier derived from DTrees
SEE: REF: ml_intro_boost
|
class |
DTrees
The class represents a single decision tree or a collection of decision trees.
|
class |
EM
The class implements the Expectation Maximization algorithm.
|
class |
KNearest
The class implements K-Nearest Neighbors model
SEE: REF: ml_intro_knn
|
class |
LogisticRegression
Implements Logistic Regression classifier.
|
class |
NormalBayesClassifier
Bayes classifier for normally distributed data.
|
class |
RTrees
The class implements the random forest predictor.
|
class |
SVM
Support Vector Machines.
|
class |
SVMSGD
*************************************************************************************\
Stochastic Gradient Descent SVM Classifier *
\***************************************************************************************
|
Modifier and Type | Method and Description |
---|---|
static StatModel |
StatModel.__fromPtr__(long addr) |
Copyright © 2020. All rights reserved.