Implemented Mapping framework and associated linear and kernel mappings. This is needed for mean functions, back constrained GPLVM and the non-stationary Gibbs kernel.

This commit is contained in:
Neil Lawrence 2013-08-28 13:51:50 +02:00
parent 84b7156d23
commit d31b5a7c55
12 changed files with 353 additions and 12 deletions

View file

@ -8,3 +8,4 @@ from gp import GP
from sparse_gp import SparseGP
from fitc import FITC
from svigp import SVIGP
from mapping import *