Random Communist Treemap or Anymap · posted by vaibhav bhawsar Feb 08, 2007

this is mad map Trying different intensities Treemap from Dan's code

Learning treemaps using Java!! I do understand it better than I did last week. Tried to move text console output into the treemap visualization itself. Somewhat uncontrollable things happened. And here are the results.
So some of the screen shots show high frequency words larger than the others. Some get too small to read or see.

Will be further working on this. Ah but it was a pleasure doing some object oriented programming. But I keep forgetting scope of vars and objects and end up going in circles over the code.
Next I would like to trace the search path to a word. So in other words I would pull out the traversed path in a given search.

Here are the files- edited them to work under eclipse by importing the processing core library
Concordance.java
Tree.java

Commenting is closed for this article.