NativeMethodsml_EM_trainE Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int ml_EM_trainE( IntPtr model, IntPtr samples, IntPtr means0, IntPtr covs0, IntPtr weights0, IntPtr logLikelihoods, IntPtr labels, IntPtr probs )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_EM_trainE ( model As IntPtr, samples As IntPtr, means0 As IntPtr, covs0 As IntPtr, weights0 As IntPtr, logLikelihoods As IntPtr, labels As IntPtr, probs As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int ml_EM_trainE( IntPtr model, IntPtr samples, IntPtr means0, IntPtr covs0, IntPtr weights0, IntPtr logLikelihoods, IntPtr labels, IntPtr probs )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_EM_trainE : model : IntPtr * samples : IntPtr * means0 : IntPtr * covs0 : IntPtr * weights0 : IntPtr * logLikelihoods : IntPtr * labels : IntPtr * probs : IntPtr -> int
OpenCvSharp.NativeMethods.ml_EM_trainE = function(model, samples, means0, covs0, weights0, logLikelihoods, labels, probs);