Skip to content

Commit bf272c8

Browse files
dokatojnothman
authored andcommitted
DOC svm kernel functions docs: rbf equation fixed (#8356) (#8420)
1 parent 78149c4 commit bf272c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/svm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The *kernel function* can be any of the following:
443443
* polynomial: :math:`(\gamma \langle x, x'\rangle + r)^d`.
444444
:math:`d` is specified by keyword ``degree``, :math:`r` by ``coef0``.
445445

446-
* rbf: :math:`\exp(-\gamma |x-x'|^2)`. :math:`\gamma` is
446+
* rbf: :math:`\exp(-\gamma \|x-x'\|^2)`. :math:`\gamma` is
447447
specified by keyword ``gamma``, must be greater than 0.
448448

449449
* sigmoid (:math:`\tanh(\gamma \langle x,x'\rangle + r)`),

0 commit comments

Comments
 (0)