How do I implement weka classifier MPL in matlab -


hi : m working matlab 2014a , need implement multiperceptron classification algorithme weka 3.6 matlab . have dificulties find setting of classifier

classifier=javaobject('weka.classifiers.functions.multilayerperceptron'); classifier.setoptions(weka.core.utils.splitoptions(' -l 0.3 -m 0.2 -n 500 -v 0 -s 0 -e 20 -h a')); 

and m getting error

>  java exception occurred: java.lang.exception: illegal options:  -l > 0.3  -m >  0.2 -n 500 -v 0 -s 0 -e 20 -h  @ >      weka.core.utils.checkforremainingoptions(utils.java:534)     @  weka.classifiers.functions.multilayerperceptron.setoptions(multilayerperceptron.java:2376) 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -