svm-predict
A Library for Support Vector Machines
Install
- All systems
-
curl cmd.cat/svm-predict.sh
- Debian
-
apt-get install libsvm-tools
- Ubuntu
-
apt-get install libsvm-tools
- Kali Linux
-
apt-get install libsvm-tools
- Fedora
-
dnf install libsvm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsvm-tools
- OS X
-
brew install libsvm
- Raspbian
-
apt-get install libsvm-tools
- Dockerfile
- dockerfile.run/svm-predict
libsvm
A Library for Support Vector Machines
libsvm-tools
LIBSVM binary tools
LIBSVM is an easy-to-use package for support vector classification, regression and one-class SVM. It supports multi-class classification, probability outputs, and parameter selection. LIBSVM homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm