Skip to content

Commit

Permalink
unParallel swissroll example
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jan 30, 2012
1 parent e92461c commit ff2eba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/edrt/swissroll_embedding.py
Expand Up @@ -72,6 +72,7 @@
X = numpy.genfromtxt('../../data/toy/swissroll.dat',unpack=True).T
features = RealFeatures(X)
converter.set_target_dim(2)
converter.parallel.set_num_threads(1)
new_feats = converter.embed(features).get_feature_matrix()
if not new_mpl:
embedding_subplot = fig.add_subplot(4,2,i+1)
Expand Down

0 comments on commit ff2eba8

Please sign in to comment.