mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
2c8ac8b55b
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
566 B
Text
13 lines
566 B
Text
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.
|