コード例 #1
0
ファイル: sparse_gplvm.py プロジェクト: daobilige-su/guts
 def plot_latent(self, *args, **kwargs):
     input_1, input_2 = GPLVM.plot_latent(*args, **kwargs)
     pb.plot(m.Z[:, input_1], m.Z[:, input_2], '^w')
コード例 #2
0
ファイル: sparse_gplvm.py プロジェクト: jaidevd/GPy
 def plot_latent(self, *args, **kwargs):
     input_1, input_2 = GPLVM.plot_latent(*args, **kwargs)
     pb.plot(m.Z[:, input_1], m.Z[:, input_2], '^w')