labels_

PLSCAN.labels_: ndarray[tuple[int], dtype[int64]] = None

Cluster label for each point, shape (n_samples,).

Points that do not belong to any cluster are assigned label -1 (noise). Cluster labels are zero-indexed non-negative integers.