http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
The method retrieves a given support vector
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 IntPtr CvSVMGetSupportVector( IntPtr model, int i ) |
Visual Basic |
---|
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)"]