Get the parameters of the SVM model
Namespace: Emgu.CV.MLAssembly: 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 )