SVMGetSupportVectors Method |
http://www.emgu.com
Retrieves all the support vectors.
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Mat GetSupportVectors()
Public Function GetSupportVectors As Mat
public:
Mat^ GetSupportVectors()
member GetSupportVectors : unit -> Mat
Return Value
Type:
MatAll the support vector as floating-point matrix, where support vectors are stored as matrix rows.
See Also