mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
added in documentation the current status of kernel implementation
This commit is contained in:
parent
e9c84484c0
commit
e511bb69cf
5 changed files with 70 additions and 17 deletions
|
|
@ -3,15 +3,36 @@
|
|||
List of implemented kernels
|
||||
***************************
|
||||
|
||||
The :math:`\checkmark` symbol represents the functions that have been implemented for each kernel.
|
||||
The following table shows the implemented kernels in GPy and gives the details of the implemented function for each kernel.
|
||||
|
||||
.. |tick|
|
||||
==================== =========== ====== ======= =========== =============== ======= =========== ====== ====== =======
|
||||
NAME get/set K Kdiag dK_dtheta dKdiag_dtheta dK_dX dKdiag_dX psi0 psi1 psi2
|
||||
==================== =========== ====== ======= =========== =============== ======= =========== ====== ====== =======
|
||||
bias |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
Brownian |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
exponential |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
finite_dimensional |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
linear |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
Matern32 |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
Matern52 |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
periodic_exponential |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
periodic_Matern32 |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
periodic_Matern52 |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
rbf |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
spline |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
-------------------- ----------- ------ ------- ----------- --------------- ------- ----------- ------ ------ -------
|
||||
white |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick| |tick|
|
||||
==================== =========== ====== ======= =========== =============== ======= =========== ====== ====== =======
|
||||
|
||||
.. |tick| image:: tick.png
|
||||
|
||||
|
||||
====== =========== === ======= =========== =============== ======= =========== ====== ====== =======
|
||||
NAME get/set K Kdiag dK_dtheta dKdiag_dtheta dK_dX dKdiag_dX psi0 psi1 psi2
|
||||
====== =========== === ======= =========== =============== ======= =========== ====== ====== =======
|
||||
rbf \\checkmark y
|
||||
====== =========== === ======= =========== =============== ======= =========== ====== ====== =======
|
||||
.. |tick| image:: Figures/tick.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue