[normalize] deleted in gplvm

This commit is contained in:
Max Zwiessele 2014-11-05 14:58:37 +00:00
parent 1822f59433
commit 7374d2e847

View file

@ -15,7 +15,7 @@ class GPLVM(GP):
""" """
def __init__(self, Y, input_dim, init='PCA', X=None, kernel=None, normalize_Y=False, name="gplvm"): def __init__(self, Y, input_dim, init='PCA', X=None, kernel=None, name="gplvm"):
""" """
:param Y: observed data :param Y: observed data
@ -68,7 +68,7 @@ class GPLVM(GP):
def plot_latent(self, labels=None, which_indices=None, def plot_latent(self, labels=None, which_indices=None,
resolution=50, ax=None, marker='o', s=40, resolution=50, ax=None, marker='o', s=40,
fignum=None, legend=True, fignum=None, legend=True,
plot_limits=None, plot_limits=None,
aspect='auto', updates=False, **kwargs): aspect='auto', updates=False, **kwargs):
import sys import sys
assert "matplotlib" in sys.modules, "matplotlib package has not been imported." assert "matplotlib" in sys.modules, "matplotlib package has not been imported."