Click or drag to resize

SVMGetSupportVectors Method

http://www.emgu.com
Retrieves all the support vectors.

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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