Click or drag to resize

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
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ml_SVM_getDecisionFunction(
	IntPtr obj,
	int i,
	IntPtr alpha,
	IntPtr svidx,
	out double returnValue
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]

i
Type: SystemInt32

[Missing <param name="i"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]

alpha
Type: SystemIntPtr

[Missing <param name="alpha"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]

svidx
Type: SystemIntPtr

[Missing <param name="svidx"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDecisionFunction(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Double@)"]

See Also