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