mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 05:16:24 +02:00
docs: fix simple typo, symetric -> symmetric (#883)
There is a small typo in doc/source/tuto_creating_new_kernels.rst. Should read `symmetric` rather than `symetric`.
This commit is contained in:
parent
62d735e6a6
commit
4089a662a9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ We will see in this tutorial how to create new kernels in GPy. We will also give
|
|||
Structure of a kernel in GPy
|
||||
============================
|
||||
|
||||
In GPy a kernel object is made of a list of kernpart objects, which correspond to symetric positive definite functions. More precisely, the kernel should be understood as the sum of the kernparts. In order to implement a new covariance, the following steps must be followed
|
||||
In GPy a kernel object is made of a list of kernpart objects, which correspond to symmetric positive definite functions. More precisely, the kernel should be understood as the sum of the kernparts. In order to implement a new covariance, the following steps must be followed
|
||||
|
||||
1. implement the new covariance as a :py:class:`GPy.kern.src.kern.Kern` object
|
||||
2. update the :py:mod:`GPy.kern.src` file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue