SVMGetSupportVectors Method |
http://www.emgu.com
Retrieves all the support vectors.
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
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