selected_clusters_¶
- PLSCAN.selected_clusters_: ndarray[tuple[int], dtype[int64]] = None¶
Leaf-tree node indices of the selected clusters, shape
(n_clusters,).Each entry is the index into the internal leaf tree that corresponds to one of the chosen leaf-clusters. The length equals
labels_.max() + 1unless all points are noise, in which case the array may be empty.