Get the parameters of the SVM model
Namespace:
Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.1.0.649 (2.1.0.649)
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 )