fast_plscan.plotsΒΆ

Public API for plotting and exporting condensed trees, leaf trees, and persistence traces.

Classes

CondensedTree(leaf_tree, condensed_tree, ...)

A tree/forest describing which clusters exist and how they split along descending distances.

LeafTree(leaf_tree, condensed_tree, ...)

A tree describing which clusters exist and how they split along increasing minimum cluster size thresholds.

PersistenceTrace(trace)

A trace of total leaf cluster persistence across size thresholds.