The libsvm tag has no wiki summary.
1
vote
2answers
927 views
How to set up LIBSVM Matlab interface?
I have my Matlab folder at a path, C:\Users\Cassie\Documents\matlab2010\bin. Whenever I need to run matlab, I double click the matlab application under bin folder at
...
1
vote
0answers
135 views
Mac 10.5 Python libsvm 64 bit vs 32 bit
I have a Mac 10.5
when I type "python" in terminal, it says
Enthought Python Distribution -- www.enthought.com
Version: 7.3-2 (64-bit)
Python 2.7.3 |EPD 7.3-2 (64-bit)| (default, Apr 12 2012, ...
0
votes
1answer
901 views
How to build libsvm-2.91 for Python on OS X 10.6.4 Snow Leopard using SWIG 2.0?
Problem:
I've inherited work on a Django we app that makes use Python modules that import svmc. When I type ./manage.py runserver I get the following:
Error: No module named svmc
Solution sought:
...
0
votes
1answer
1k views
How to install LIBSVM for Python 2.65 on Mac OS X 10.6.4 Snow Leopard?
I would prefer to install libsvm without resorting to the use of a package manager other than homebrew. Any ideas?
Thank you,
Michaux
1
vote
1answer
181 views
limit on the number of instances of a program that can run simultaneously
In linux ( fedora ) , is there any limit on the number of instances of the same program that can be run simultaneously ? I am using libsvm , and want to run ./svm-train simultaneously for 9 different ...