http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the parameters of the SVM model
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void CvSVMGetParameters( IntPtr model, ref MCvSVMParams param ) |
Visual Basic |
---|
Public Shared Sub CvSVMGetParameters ( _ model As IntPtr, _ ByRef param As MCvSVMParams _ ) |
Visual C++ |
---|
public: static void CvSVMGetParameters( IntPtr model, MCvSVMParams% param ) |
Parameters
- model
- Type: System..::..IntPtr
The SVM model
- param
- Type: Emgu.CV.ML.Structure..::..MCvSVMParams%
The parameters of the SVM model