Click or drag to resize

SVMGetSupportVectors Method

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

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