hierarchical-clustering-java icon indicating copy to clipboard operation
hierarchical-clustering-java copied to clipboard

Split out DendrogramFrame from DendrogramPanel

Open barrybecker4 opened this issue 6 years ago • 0 comments

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.

barrybecker4 avatar Feb 13 '19 20:02 barrybecker4