slackbuilds/libraries/libsvm
Giancarlo Dessi 21ce5fd40d
libraries/libsvm: Updated for version 3.35.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-28 21:18:36 +07:00
..
Makefile.patch
README
doinst.sh
libsvm.SlackBuild libraries/libsvm: Updated for version 3.35. 2024-11-28 21:18:36 +07:00
libsvm.info libraries/libsvm: Updated for version 3.35. 2024-11-28 21:18:36 +07:00
libsvm.svm-toy-qt5.patch
slack-desc
svm-toy.png

README

LIBSVM is an integrated machine learning software for Support Vector
Machines (SVM).
This library solves C-SVM classification, nu-SVM classification,
one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also
provides an automatic model selection tool for C-SVM classification.

The script build and install by default also Python bindings to LIBSVM.
if you are not interested you can disable this option launching the
slackbuild script as following:

   PYTHON=no ./libsvm.SlackBuild

Dependency python3-scipy is not required if you disable this option.