Added robot_wireless data set and examples.

This commit is contained in:
Neil Lawrence 2013-08-18 23:46:02 +02:00
parent c45a80499c
commit 4082f6c02e
4 changed files with 139 additions and 9 deletions

View file

@ -378,6 +378,17 @@ def stick():
return m
def robot_wireless():
data = GPy.util.datasets.robot_wireless()
# optimize
m = GPy.models.GPLVM(data['Y'], 2)
m.optimize(messages=1, max_f_eval=10000)
m._set_params(m._get_params())
plt.clf
ax = m.plot_latent()
return m
def stick_bgplvm(model=None):
data = GPy.util.datasets.osu_run1()
Q = 6