new functions mrd init_X update

This commit is contained in:
Max Zwiessele 2013-04-15 10:57:27 +01:00
parent cc32825a4a
commit c63beddcf0
4 changed files with 115 additions and 47 deletions

View file

@ -11,7 +11,5 @@ 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 mrd import MRD
from generalized_FITC import generalized_FITC