aboutsummaryrefslogtreecommitdiff
path: root/docs/cls_gensvm.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cls_gensvm.rst')
-rw-r--r--docs/cls_gensvm.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cls_gensvm.rst b/docs/cls_gensvm.rst
index 082df8f..4e67631 100644
--- a/docs/cls_gensvm.rst
+++ b/docs/cls_gensvm.rst
@@ -10,7 +10,7 @@
errors. It is this flexibility that makes it perform well on diverse
datasets.
- The :func:`.~GenSVM.fit` and :func:`~GenSVM.predict` methods of this class
+ The :func:`~GenSVM.fit` and :func:`~GenSVM.predict` methods of this class
use the GenSVM C library for the actual computations.
:param p: Parameter for the L_p norm of the loss function (1.0 <= p <= 2.0)