Click or drag to resize

NativeMethodsml_SVM_getDecisionFunction Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static double ml_SVM_getDecisionFunction(
	IntPtr obj,
	int i,
	IntPtr alpha,
	IntPtr svidx
)

Parameters

obj
Type: SystemIntPtr
i
Type: SystemInt32
alpha
Type: SystemIntPtr
svidx
Type: SystemIntPtr

Return Value

Type: Double
See Also