hierarchical-clustering-java
hierarchical-clustering-java copied to clipboard
Split out DendrogramFrame from DendrogramPanel
If the DendrogramFrame were split out into a separate class, it would be easier to re-use. If the constructor took a Cluster parameter, then you could do something like
new DendrogramFrame(createSampleCluster());
To create a UI for a given cluster. I will create a PR.