Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed lle_auto_k python graphical example
  • Loading branch information
lisitsyn committed Oct 15, 2011
1 parent bcb7967 commit db0d2a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@
features = RealFeatures(X)
preproc.set_target_dim(2)
preproc.io.set_loglevel(MSG_DEBUG)
new_feats = preproc.apply_to_feature_matrix(features)
new_feats = preproc.apply(features).get_feature_matrix()
if not new_mpl:
preproc_subplot = fig.add_subplot(1,3,i+1)
else:
Expand Down

0 comments on commit db0d2a4

Please sign in to comment.