8000 DOC svm kernel functions docs: rbf equation fixed (#8356) (#8420) · paulha/scikit-learn@e2a7e3c · GitHub
[go: up one dir, main page]

Skip to content

Commit e2a7e3c

Browse files
dokatopaulha
authored andcommitted
DOC svm kernel functions docs: rbf equation fixed (scikit-learn#8356) (scikit-learn#8420)
1 parent 2c3d793 commit e2a7e3c

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)
0