probabilities_

PLSCAN.probabilities_: ndarray[tuple[int], dtype[float32]] = None

Cluster membership probability for each point, shape (n_samples,).

Values are in [0, 1]. A value of 1.0 indicates full membership; lower values indicate that the point lies in a less dense region of its cluster and was assigned to it by the falling-out rule. Noise points (labels_ == -1) have probability 0.0.