libsvm-ruby-swig
libsvm-ruby-swig copied to clipboard
Ruby interface to LIBSVM (using SWIG)
Getting these errors: make compiling libsvm_wrap.cxx libsvm_wrap.cxx: In function ‘void SWIG_Ruby_define_class(swig_type_info_)’: libsvm_wrap.cxx:1284:9: warning: variable ‘klass’ set but not used [-Wunused-but-set-variable] libsvm_wrap.cxx: In function ‘int SWIG_AsCharPtrAndSize(VALUE, char__, size_t_, int_)’: libsvm_wrap.cxx:1707:30: error:...
Hi Tom et al, I'm dealing with some pretty unbalanced data and was trying to define the parameters necessary for assigning my own weights. I'm doing the following: ``` pa...
Any thoughts on the following error that is occurring in the Problem `initialize` method? It works on my local OS X box but is failing on an Ubuntu 10.04 box....
At https://github.com/tomz/libsvm-ruby-swig/blob/master/libsvm-3.1/ruby/svm.rb#L280: ``` ruby #only C_SVC,NU_SVC goes in if not @probability raise TypeError, "model does not support probabiliy estimates" end ``` You're assuming that `@probability` will be false if it's...
Hi! I'm using your SVM implementation and it seems to work. I think it wouldn't be a bad idea to wrap `Parameter`, `Problem` and `Model` classes under the `SVM::` namespace....
Would it be possible to get a listing of requirements and/or detailed usage of this interface? I am trying to install on Mac OS. I installed libsvm via macports, and...