Skip to content

Commit 2be60e2

Browse files
johannesgiersdorfwilltebbuttdevmotion
authored
Update docstring corresponding to #158 (#185)
* Update docstring corresponding to #158 * LGTM style fix Co-authored-by: willtebbutt <[email protected]> * bump the patch version * Update src/basekernels/exponential.jl Co-authored-by: David Widmann <[email protected]> Co-authored-by: willtebbutt <[email protected]> Co-authored-by: David Widmann <[email protected]>
1 parent 11eb759 commit 2be60e2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name = "KernelFunctions"
22
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
3-
version = "0.8.5"
3+
version = "0.8.6"
4+
45

56
[deps]
67
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

src/basekernels/exponential.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
44
The squared exponential kernel is a Mercer kernel given by the formula:
55
```
6-
κ(x,y) = exp(-‖x-y‖²)
6+
κ(x, y) = exp(-‖x - y‖² / 2)
77
```
8-
Can also be called via `SEKernel`, `GaussianKernel` or `SEKernel`.
8+
Can also be called via `RBFKernel`, `GaussianKernel` or `SEKernel`.
99
See also [`ExponentialKernel`](@ref) for a
1010
related form of the kernel or [`GammaExponentialKernel`](@ref) for a generalization.
1111
"""

0 commit comments

Comments
 (0)