Train the SVM model with the specific paramters
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++ |
Parameters
- model
- IntPtr
The SVM model
- trainData
- IntPtr
The training data. A 32-bit floating-point, single-channel matrix
- responses
- IntPtr
The response for the training data. It's usually a 32-bit floating point matrix; In classification problem, it can be an Int32 matrix.
- varIdx
- IntPtr
Can be IntPtr.Zero if not needed. When specified, identifies variables (features) of interest. It is a Matrix>int< of nx1
- sampleIdx
- IntPtr
Can be IntPtr.Zero if not needed. When specified, identifies samples of interest. It is a Matrix>int< of nx1
- parameters
- MCvSVMParams
The parameters for SVM
Return Value
[Missing <returns> documentation for "M:Emgu.CV.ML.MlInvoke.CvSVMTrain(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,Emgu.CV.ML.Structure.MCvSVMParams)"]