java - How to use SVM in Weka? -


i'm trying use svm classifier in weka. when click on libsvm classifier , try train model based on provided training data, error

libsvm classes not in classpath. 

the weka website has information on how fix i'm not sure how execute them.

http://weka.wikispaces.com/libsvm

i got libsvm.jar file link provided. i'm not sure file put in.

you have set classpath variable knows find jar on local machine.

if on windows right-click computer->properties->advanced system settings->environment variables , set under system variables. chances have classpath variable; add path of jar file end.

reference: http://weka.wikispaces.com/classpath


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -