MATLAB File Help: cv.SVM/getUncompressedSupportVectors Index
cv.SVM/getUncompressedSupportVectors

Retrieves all the uncompressed support vectors of a linear SVM

sv = model.getUncompressedSupportVectors()

Output

The method returns all the uncompressed support vectors of a linear SVM that the compressed support vector, used for prediction, was derived from. They are returned in a floating-point matrix, where the support vectors are stored as matrix rows.

See also
Method Details
Access public
Sealed false
Static false