Search code examples
scalamachine-learning

Scala Support Vector Machine library


I need a Support Vector Machine library for Scala.

I guess that I should have a look at both Scala and Java implementations, do you recommend me to use any of them in particular?


Solution

  • SVMlight has JNI bindings for Java, available for download here. You shouldn't have any problems calling it from Scala code.