NativeMethodsml_LogisticRegression_setTrainMethod Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ml_LogisticRegression_setTrainMethod( IntPtr obj, int val )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ml_LogisticRegression_setTrainMethod ( obj As IntPtr, val As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ml_LogisticRegression_setTrainMethod( IntPtr obj, int val )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_LogisticRegression_setTrainMethod : obj : IntPtr * val : int -> unit
OpenCvSharp.NativeMethods.ml_LogisticRegression_setTrainMethod = function(obj, val);