|
OpenCV 3.0.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opencv.core.Algorithm org.opencv.ml.StatModel org.opencv.ml.NormalBayesClassifier
public class NormalBayesClassifier
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 |
---|
public static NormalBayesClassifier create()
public float predictProb(Mat inputs, Mat outputs, Mat outputProbs)
public float predictProb(Mat inputs, Mat outputs, Mat outputProbs, int flags)
|
OpenCV 3.0.0 Documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |