mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
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:
parent
84b7156d23
commit
d31b5a7c55
12 changed files with 353 additions and 12 deletions
|
|
@ -8,6 +8,7 @@ from svigp_regression import SVIGPRegression
|
|||
from sparse_gp_classification import SparseGPClassification
|
||||
from fitc_classification import FITCClassification
|
||||
from gplvm import GPLVM
|
||||
from bcgplvm import BCGPLVM
|
||||
from sparse_gplvm import SparseGPLVM
|
||||
from warped_gp import WarpedGP
|
||||
from bayesian_gplvm import BayesianGPLVM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue