summaryrefslogtreecommitdiffstats
path: root/libraries/libsvm/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libsvm/README')
-rw-r--r--libraries/libsvm/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/libsvm/README b/libraries/libsvm/README
new file mode 100644
index 0000000000..ccab298e53
--- /dev/null
+++ b/libraries/libsvm/README
@@ -0,0 +1,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.