summaryrefslogblamecommitdiffstats
path: root/libraries/libsvm/README
blob: ccab298e53746f0149253beaed670fe56aaeb1c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                       
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.