Skip to content

Latest commit

 

History

History

kernel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Kernels

We use RBF kernels combined with a white noise kernels for the GP computation. These classes are only used for the normal GP, the sparse GP uses the implementation from GPy. Adding new Kernels is possible by inherting from the Kernel class.