Method | Description | |
---|---|---|
create ( ) : |
||
predictProb ( Mat inputs, Mat outputs, Mat outputProbs ) : float | ||
predictProb ( Mat inputs, Mat outputs, Mat outputProbs, int flags ) : float |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
NormalBayesClassifier ( IntPtr addr ) : System |
Method | Description | |
---|---|---|
ml_NormalBayesClassifier_create_10 ( ) : IntPtr | ||
ml_NormalBayesClassifier_delete ( IntPtr nativeObj ) : void | ||
ml_NormalBayesClassifier_predictProb_10 ( IntPtr nativeObj, IntPtr inputs_nativeObj, IntPtr outputs_nativeObj, IntPtr outputProbs_nativeObj, int flags ) : float | ||
ml_NormalBayesClassifier_predictProb_11 ( IntPtr nativeObj, IntPtr inputs_nativeObj, IntPtr outputs_nativeObj, IntPtr outputProbs_nativeObj ) : float |
protected NormalBayesClassifier ( IntPtr addr ) : System | ||
addr | IntPtr | |
return | System |
public static create ( ) : |
||
return |
public predictProb ( Mat inputs, Mat outputs, Mat outputProbs ) : float | ||
inputs | Mat | |
outputs | Mat | |
outputProbs | Mat | |
return | float |
public predictProb ( Mat inputs, Mat outputs, Mat outputProbs, int flags ) : float | ||
inputs | Mat | |
outputs | Mat | |
outputProbs | Mat | |
flags | int | |
return | float |