Get the parameters of the SVM model

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void CvSVMGetParameters(
	IntPtr model,
	ref MCvSVMParams param
)
Public Shared Sub CvSVMGetParameters ( _
	model As IntPtr, _
	ByRef param As MCvSVMParams _
)
public:
static void CvSVMGetParameters(
	IntPtr model, 
	MCvSVMParams% param
)

Parameters

model
IntPtr
The SVM model
param
MCvSVMParams%
The parameters of the SVM model

See Also