ml
ml copied to clipboard
An SVM Implementation
I just noticed that libsvm has some java code that you might be able to link to or adopt.
http://www.csie.ntu.edu.tw/~cjlin/libsvm/#java
I think they are linking to the C implementation though, which you may not want to include in this project (causes problems unless you can install a native lib).
Never mind, for some reason I thought this was a java project!