vedaldi / svm-struct-matlab

A MATLAB wrapper of SVM^struct
http://www.vlfeat.org/~vedaldi/code/svm-struct-matlab.html
Other
55 stars 47 forks source link

Unable to handle sparse data #6

Open xrc10 opened 9 years ago

xrc10 commented 9 years ago

When {patterns} are sparse vectors with high dimension, MATLAB crashes with memory issue because model.w is not a sparse vector but dense. I don't know how to make it sparse...