This is the Ruby binding for LIBSVM.
Rudi Cilibrasi ([email protected]) wrote this Ruby binding.
It makes it easy to use Support Vector Machines from Ruby.
Improvements made by feedbackmine:
Model#save
Model#load
Parameter#probability
Parameter#probability=
== INSTALLTION
sudo apt-get install libsvm2 libsvm-dev
sudo gem sources -a http://gems.github.com (you only have to do this once)
sudo gem install feedbackmine-libsvm-ruby
Rudi Cilibrasi ([email protected]) wrote this Ruby binding.
It makes it easy to use Support Vector Machines from Ruby.
Improvements made by feedbackmine:
Model#save
Model#load
Parameter#probability
Parameter#probability=
== INSTALLTION
sudo apt-get install libsvm2 libsvm-dev
sudo gem sources -a http://gems.github.com (you only have to do this once)
sudo gem install feedbackmine-libsvm-ruby