OpenCV 3.0.0-rc1

org.opencv.ml
Class NormalBayesClassifier

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by org.opencv.ml.StatModel
          extended by org.opencv.ml.NormalBayesClassifier

public class NormalBayesClassifier
extends StatModel


Field Summary
 
Fields inherited from class org.opencv.ml.StatModel
COMPRESSED_INPUT, PREPROCESSED_INPUT, RAW_OUTPUT, UPDATE_MODEL
 
Method Summary
static NormalBayesClassifier create()
           
 float predictProb(Mat inputs, Mat outputs, Mat outputProbs)
           
 float predictProb(Mat inputs, Mat outputs, Mat outputProbs, int flags)
           
 
Methods inherited from class org.opencv.ml.StatModel
empty, getVarCount, isClassifier, isTrained, predict, predict, train
 
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static NormalBayesClassifier create()

predictProb

public float predictProb(Mat inputs,
                         Mat outputs,
                         Mat outputProbs)

predictProb

public float predictProb(Mat inputs,
                         Mat outputs,
                         Mat outputProbs,
                         int flags)

OpenCV 3.0.0-rc1 Documentation