Package org.opencv.ml


package org.opencv.ml
  • Classes
    Class
    Description
    Artificial Neural Networks - Multi-Layer Perceptrons.
    Boosted tree classifier derived from DTrees SEE: REF: ml_intro_boost
    The class represents a single decision tree or a collection of decision trees.
    The class implements the Expectation Maximization algorithm.
    The class implements K-Nearest Neighbors model SEE: REF: ml_intro_knn
    Implements Logistic Regression classifier.
     
    Bayes classifier for normally distributed data.
    The structure represents the logarithmic grid range of statmodel parameters.
    The class implements the random forest predictor.
    Base class for statistical models in OpenCV ML.
    Support Vector Machines.
    *************************************************************************************\ Stochastic Gradient Descent SVM Classifier * \***************************************************************************************
    Class encapsulating training data.