first trivial model touches

This commit is contained in:
Max Zwiessele 2013-04-11 14:54:25 +01:00
parent eb1d8f211f
commit 4953d71b7a
3 changed files with 56 additions and 22 deletions

View file

@ -11,4 +11,7 @@ from warped_GP import warpedGP
from sparse_GPLVM import sparse_GPLVM
from uncollapsed_sparse_GP import uncollapsed_sparse_GP
from Bayesian_GPLVM import Bayesian_GPLVM
import mrd
MRD = mrd.MRD
del mrd
from generalized_FITC import generalized_FITC