dataeval.core.ClusterStats¶
- class dataeval.core.ClusterStats¶
Pre-calculated statistics for adaptive outlier detection.
- cluster_distances_mean¶
Mean distance from points to their cluster center, shape (n_clusters,)
- Type:¶
NDArray[np.floating]
- cluster_distances_std¶
Standard deviation of distances within each cluster, shape (n_clusters,)
- Type:¶
NDArray[np.floating]