NativeMethodsml_SVM_getDecisionFunction Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]
Namespace: OpenCvSharp
public static ExceptionStatus ml_SVM_getDecisionFunction( IntPtr obj, int i, IntPtr alpha, IntPtr svidx, out double returnValue )
Public Shared Function ml_SVM_getDecisionFunction ( obj As IntPtr, i As Integer, alpha As IntPtr, svidx As IntPtr, <OutAttribute> ByRef returnValue As Double ) As ExceptionStatus
public: static ExceptionStatus ml_SVM_getDecisionFunction( IntPtr obj, int i, IntPtr alpha, IntPtr svidx, [OutAttribute] double% returnValue )
static member ml_SVM_getDecisionFunction : obj : IntPtr * i : int * alpha : IntPtr * svidx : IntPtr * returnValue : float byref -> ExceptionStatus
[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]
[Missing <param name="i"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]
[Missing <param name="alpha"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]
[Missing <param name="svidx"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]