slackbuilds_ponce/libraries/libsvm
Giancarlo Dessi 2c8ac8b55b
libraries/libsvm: Added (SVM library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-11 07:14:21 +07:00
..
doinst.sh
libsvm.info
libsvm.SlackBuild
libsvm.svm-toy-qt5.patch
Makefile.patch
README
slack-desc
svm-toy.png

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.