condensed_tree_

property PLSCAN.condensed_tree_: CondensedTree

The HDBSCAN* condensed cluster tree.

The condensed tree is built by collapsing the full single-linkage dendrogram: only splits where at least one child has at least min_samples members are retained. Each remaining segment represents a cluster that persists across a range of distance (epsilon) values.

Selected clusters (the fitted leaf-cluster segmentation) are highlighted when plotted. The object supports plot(), to_networkx(), to_numpy(), and to_pandas().