Module evaluation

Module evaluation 

Source
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