8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5994ac commit aea6eabCopy full SHA for aea6eab
doc/modules/svm.rst
@@ -443,7 +443,7 @@ The *kernel function* can be any of the following:
443
* polynomial: :math:`(\gamma \langle x, x'\rangle + r)^d`.
444
:math:`d` is specified by keyword ``degree``, :math:`r` by ``coef0``.
445
446
- * rbf: :math:`\exp(-\gamma |x-x'|^2)`. :math:`\gamma` is
+ * rbf: :math:`\exp(-\gamma \|x-x'\|^2)`. :math:`\gamma` is
447
specified by keyword ``gamma``, must be greater than 0.
448
449
* sigmoid (:math:`\tanh(\gamma \langle x,x'\rangle + r)`),
0 commit comments