[plotting] reran magnification and added plottting to statespace

This commit is contained in:
Max Zwiessele 2016-04-04 15:35:54 +01:00
parent 1753b89334
commit 5f3956478f
5 changed files with 15 additions and 2 deletions

View file

@ -190,6 +190,7 @@ def scatter_label_generator(labels, X, visible_dims, marker=None):
x = X[index, input_1]
y = X[index, input_2]
z = X[index, input_3]
yield x, y, z, this_label, index, m
def subsample_X(X, labels, num_samples=1000):