SlackBuildsOrg/libraries/libsvm
Giancarlo Dessi 969d80985e libraries/libsvm: Updated for version 3.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-27 12:38:52 +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.