How to properly install libsvm-3.11?
Posted
by
Gomathi
on Programmers
See other posts from Programmers
or by Gomathi
Published on 2012-03-30T05:16:34Z
Indexed on
2012/03/30
5:41 UTC
Read the original article
Hit count: 325
third-party-libraries
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?
© Programmers or respective owner