Click or drag to resize

Emgu.CV.ML Namespace

http://www.emgu.com
Wrapper of OpenCV's Machine Learning Library
Classes
  ClassDescription
Public classANN_MLP
Neural network
Public classANN_MLPAnnMlpActivationFunction
Possible activation functions
Public classANN_MLPAnnMlpTrainMethod
Training method for ANN_MLP
Public classBoost
Boost Tree
Public classBoostType
Boost Type
Public classDTrees
Decision Trees
Public classDTreesFlags
Predict options
Public classEM
Expectation Maximization model
Public classEMCovarianMatrixType
The type of the mixture covariation matrices
Public classKNearest
The KNearest classifier
Public classKNearestTypes
The type of KNearest search
Public classLogisticRegression
ML implements logistic regression, which is a probabilistic classification technique.
Public classLogisticRegressionRegularizationMethod
Specifies the kind of regularization to be applied.
Public classLogisticRegressionTrainType
Specifies the kind of training method used.
Public classMCvParamGrid
Wrapped CvParamGrid structure used by SVM
Public classMlInvoke
This class contains functions to call into machine learning library
Public classNormalBayesClassifier
A Normal Bayes Classifier
Public classRTrees
Random trees
Public classStatModelExtensions
A statistic model
Public classSVM
Support Vector Machine
Public classSVMParamType
The type of SVM parameters
Public classSVMSvmKernelType
SVM kernel type
Public classSVMSvmType
Type of SVM
Public classSVMSGD
Support Vector Machine
Public classSVMSGDMarginType
Margin type
Public classSVMSGDSvmsgdType
SVMSGD type. ASGD is often the preferable choice.
Public classTrainData
Train data
Interfaces
  InterfaceDescription
Public interfaceIStatModel
Interface for statistical models in OpenCV ML.