Click or drag to resize

OpenCvSharp.ML Namespace

[Missing <summary> documentation for "N:OpenCvSharp.ML"]

Classes
  ClassDescription
Public classANN_MLP
Artificial Neural Networks - Multi-Layer Perceptrons.
Public classBoost
Boosted tree classifier derived from DTrees
Public classDTrees
Decision tree
Public classKNearest
K nearest neighbors classifier
Public classLogisticRegression
Implements Logistic Regression classifier.
Public classNormalBayesClassifier
Bayes classifier for normally distributed data
Public classRTrees
The class implements the random forest predictor.
Public classStatModel
Base class for statistical models in ML
Public classSVM
Support Vector Machines
Public classSVMKernel
Public classTrainData
Structures
  StructureDescription
Public structureDTreesNode
The class represents a decision tree node.
Public structureDTreesSplit
The class represents split in a decision tree.
Public structureParamGrid
The structure represents the logarithmic grid range of statmodel parameters.
Enumerations