chrismattmann / tika-similarity

Tika-Similarity uses the Tika-Python package (Python port of Apache Tika) to compute file similarity based on Metadata features.
Apache License 2.0
107 stars 59 forks source link

Created D3 Treemap Visualization #85

Closed akarshgoyal closed 6 years ago

akarshgoyal commented 6 years ago

A treemap recursively subdivides area into rectangles; the area of any node in the tree corresponds to its value. So all the clusters are displayed as different rectangles when the tree_map.py program is run and tree_map.html is opened.

akarshgoyal commented 6 years ago

For extra credit. Group No. - 4

chrismattmann commented 6 years ago

thanks!