GPy/GPy/models/__init__.py

16 lines
482 B
Python
Raw Normal View History

# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from GP import GP
from GP_regression import GP_regression
from sparse_GP import sparse_GP
from sparse_GP_regression import sparse_GP_regression
2012-11-29 16:32:48 +00:00
from GPLVM import GPLVM
from warped_GP import warpedGP
from sparse_GPLVM import sparse_GPLVM
from Bayesian_GPLVM import Bayesian_GPLVM
2013-04-15 10:57:27 +01:00
from mrd import MRD
2013-03-19 19:08:25 +00:00
from generalized_FITC import generalized_FITC
2013-05-10 10:32:21 +01:00
from FITC import FITC