cmaclell / concept_formation

Python implementations of TRESTLE, COBWEB/3, and COBWEB
MIT License
61 stars 18 forks source link

Visualization #19

Closed eharpste closed 8 years ago

eharpste commented 8 years ago

This adds a visualization utility for trestle trees. Its basically an html page that expects a single javascript file called output.js to exist in its current directory. It relies on loading d3 and bootstrap via cdn so it does require internet access but it should work for any of the trees. I included a gen_example.py script that can produce example trees from the different example datasets to show how it works.