added tutorial in examples

This commit is contained in:
Nicolas 2013-03-11 11:04:11 +00:00
parent ec748e2d6b
commit b39de379fd
4 changed files with 197 additions and 1 deletions

View file

@ -2,6 +2,7 @@
****************************
tutorial : A kernel overview
****************************
The aim of this tutorial is to give a better understanding of the kernel objects in GPy and to list the ones that are already implemented. The code shown in this tutorial can be found without the comments at GPy/examples/tuto_kernel_overview.py.
First we import the libraries we will need ::