Expand description
Clustering evaluation utilities
This module provides utilities for evaluating clustering results, including metrics like Dunn index and elbow method for determining optimal number of clusters.
Functionsยง
- dunn_
index_ enhanced - Calculates the enhanced Dunn index for a clustering (evaluation version)
- elbow_
method - Implements the elbow method to determine the optimal number of clusters