The method retrieves a given support vector
Namespace:
Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public static IntPtr CvSVMGetSupportVector( IntPtr model, int i ) |
Visual Basic (Declaration) |
---|
Public Shared Function CvSVMGetSupportVector ( _ model As IntPtr, _ i As Integer _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr CvSVMGetSupportVector( IntPtr model, int i ) |
Parameters
- model
- Type: System..::.IntPtr
The SVM model
- i
- Type: System..::.Int32
The index of the support vector
Return Value
[Missing <returns> documentation for "M:Emgu.CV.ML.MlInvoke.CvSVMGetSupportVector(System.IntPtr,System.Int32)"]