MATLAB File Help: cv.SVM/getUncompressedSupportVectors | Index |
Retrieves all the uncompressed support vectors of a linear SVM
sv = model.getUncompressedSupportVectors()
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.
Access | public |
Sealed | false |
Static | false |