How to properly install libsvm-3.11?
- by Gomathi
I'm using libvm-3.11. I downloaded it at http://www.csie.ntu.edu.tw/~cjlin/libsvm/ and extracted. Then I set path in Matlb. After that whenever I run my program, it gives the same error always.
??? Invalid MEX-file 'E:\Gomu\Gomu General\final yr
Project\proj\libsvm-3.11\windows\svmtrain.mexw32': The specified module could not be found.
.
Error in == trysvm at 6
svmStruct = svmtrain(T,TrainMat,'showplot',true);
What should I do?