NativeMethodsml_NormalBayesClassifier_predictProb Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float ml_NormalBayesClassifier_predictProb( IntPtr obj, IntPtr inputs, IntPtr samples, IntPtr outputProbs, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_NormalBayesClassifier_predictProb ( obj As IntPtr, inputs As IntPtr, samples As IntPtr, outputProbs As IntPtr, flags As Integer ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float ml_NormalBayesClassifier_predictProb( IntPtr obj, IntPtr inputs, IntPtr samples, IntPtr outputProbs, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_NormalBayesClassifier_predictProb : obj : IntPtr * inputs : IntPtr * samples : IntPtr * outputProbs : IntPtr * flags : int -> float32
OpenCvSharp.NativeMethods.ml_NormalBayesClassifier_predictProb = function(obj, inputs, samples, outputProbs, flags);