Click or drag to resize
SVMGetSupportVectors Method
http://www.emgu.com
Retrieves all the support vectors.

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Mat GetSupportVectors()

Return Value

Type: Mat
All the support vector as floating-point matrix, where support vectors are stored as matrix rows.
See Also