magikker / TreeHouse-Private

TreeHouse development.
GNU General Public License v3.0
0 stars 0 forks source link

Display heatmap #41

Closed magikker closed 11 years ago

magikker commented 11 years ago

For a given treeset and distance function display the heatmap of the all-to-all distance matrix.

jaHoltz commented 11 years ago

Not completely certain how to go about it, but I know gnuplot can display heatmaps, so I'll look into displaying the heatmaps that way after I check the distance measures and clustering functions.

magikker notifications@github.com wrote:

For a given treeset and distance function display the heatmap of the all-to-all distance matrix.


Reply to this email directly or view it on GitHub: https://github.com/magikker/TreeHouse-Private/issues/41

Sent from my Android phone with K-9 Mail. Please excuse my brevity.

marclsmith commented 11 years ago

This would be another way to compare your RF distance measures: should have identical heat maps to external heat maps over same data sets.

On Monday, July 1, 2013, jaHoltz wrote:

Not completely certain how to go about it, but I know gnuplot can display heatmaps, so I'll look into displaying the heatmaps that way after I check the distance measures and clustering functions.

magikker <notifications@github.com <javascript:_e({}, 'cvml', 'notifications@github.com');>> wrote:

For a given treeset and distance function display the heatmap of the all-to-all distance matrix.


Reply to this email directly or view it on GitHub: https://github.com/magikker/TreeHouse-Private/issues/41

Sent from my Android phone with K-9 Mail. Please excuse my brevity.

— Reply to this email directly or view it on GitHubhttps://github.com/magikker/TreeHouse-Private/issues/41#issuecomment-20307241 .

Marc L. Smith Associate Professor Undergraduate Research Summer Institute (URSI) Director Committee on Academic Technologies (CAT) Chair

Computer Science Department Vassar College, Box 399 124 Raymond Avenue Poughkeepsie, NY 12604

e-mail: mlsmith@cs.vassar.edu web: http://www.cs.vassar.edu/people/mlsmith/top

magikker commented 11 years ago

Yep, it a nice "eye-check" when working with distances. It basically shows if the the order in which the trees are file matters.... so it could be a good way to take a quick look at the burn-in stuff too.

jaHoltz commented 11 years ago

I added a function (currently in my clustering file because of the helper functions from my cluster displays) that allows TreeHouse to display a heatmap of a given set of trees using gnuplot. It also saves the generated heatmap to a .png file in the temp directory.

If we decide not to use gnuplot in the future that's one thing, but it was not extremely difficult to implement, and could also be useful while working on other projects within TreeHouse. So for now we have this functionality using gnuplot.