| SVMGetSupportVectors Method |
Retrieves all the support vectors
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat GetSupportVectors()
Public Function GetSupportVectors As Mat
public:
Mat^ GetSupportVectors()
member GetSupportVectors : unit -> Mat
Return Value
Type:
Mat[Missing <returns> documentation for "M:OpenCvSharp.ML.SVM.GetSupportVectors"]
See Also