The method retrieves the number of support vectors
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 int CvSVMGetSupportVectorCount( IntPtr model ) |
Visual Basic (Declaration) |
---|
Public Shared Function CvSVMGetSupportVectorCount ( _ model As IntPtr _ ) As Integer |
Visual C++ |
---|
public: static int CvSVMGetSupportVectorCount( IntPtr model ) |
Parameters
- model
- Type: System..::.IntPtr
The SVM model
Return Value
[Missing <returns> documentation for "M:Emgu.CV.ML.MlInvoke.CvSVMGetSupportVectorCount(System.IntPtr)"]