Click or drag to resize

NativeMethodsml_NormalBayesClassifier_predictProb Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static float ml_NormalBayesClassifier_predictProb(
	IntPtr obj,
	IntPtr inputs,
	IntPtr samples,
	IntPtr outputProbs,
	int flags
)

Parameters

obj
Type: SystemIntPtr
inputs
Type: SystemIntPtr
samples
Type: SystemIntPtr
outputProbs
Type: SystemIntPtr
flags
Type: SystemInt32

Return Value

Type: Single
See Also