Click or drag to resize

NativeMethodsml_LogisticRegression_predict 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 float ml_LogisticRegression_predict(
	IntPtr obj,
	IntPtr samples,
	IntPtr results,
	int flags
)

Parameters

obj
Type: SystemIntPtr
samples
Type: SystemIntPtr
results
Type: SystemIntPtr
flags
Type: SystemInt32

Return Value

Type: Single
See Also