Using weka for the first time is a pain, but you will need to go through it.
In addition, I tried weka, but I had to reset it due to exceptions from the JVM from memory. I wrote my own small cluster algorithm using Ruby, the performance was much better.
Anyway, here's how to use SVM in WEKA:
You can follow this guide to using SVM in weka: www.stat.nctu.edu.tw/~misg/WekaInC.ppt
Now you need data in the ARFF format (and I recommend that you use it, it seems to me that this helps, the data looks more structured from WEKA). That way, you can do this using the XML2ARFF-Converter , which I wrote for myself. You can change it to read text files and convert the text file to ARFF.
zengr
source share