core_distances_

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

Core distance for each point, shape (n_samples,).

The core distance of a point is its distance to its min_samples-th nearest neighbor (including itself). It is the per-point bandwidth for the mutual reachability distance. Not available (None) when the input was a precomputed MST edge list.