inpho / vsm

Vector Space Model Framework developed for InPhO
http://inpho.github.io/vsm
Other
35 stars 14 forks source link

Migrating manifold learning functions #66

Closed junotk closed 11 years ago

junotk commented 11 years ago

The core parts of manifold learning in {cluster_topics, isomap_topics, isomap_docs, gen_colors, plot_clusters} in ldagibbsviewer.py should be migrated to a new module manifold.py

rrose1 commented 11 years ago

Sounds good. Would you handle this? As I guess you noticed, I refactored some of the methods from ldagibbsviewer to functions in plotting and hacked together an isomap_words in beagleviewer. The situation needs improvement.

junotk commented 11 years ago

Great. So do you want me to branch off from master?

rrose1 commented 11 years ago

Sure, thanks. But let's aim to merge at least the refactoring changes back to master soon.

junotk commented 11 years ago

Despite all this, it seems I branched off from develop. Even worse, in trying to cherry-pick the difference to master apparently I completely messed up my local master branch. So I stop adding extra evils here, and just ask you or someone to cherry-pick it master. Sorry about that.

junotk commented 11 years ago

But anyway, now isomap and clustering functions are in manifold.py

rrose1 commented 11 years ago

develop is now ahead of master (as it should be) and moreover has the manifold branch merged in as of this morning.