NativeMethodsml_LogisticRegression_getIterations Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int ml_LogisticRegression_getIterations( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_LogisticRegression_getIterations ( obj As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int ml_LogisticRegression_getIterations( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_LogisticRegression_getIterations : obj : IntPtr -> int
OpenCvSharp.NativeMethods.ml_LogisticRegression_getIterations = function(obj);