Clusterยค
The cluster module provides methods for generating and visualizing cluster analyses. The dendrogram module performs hierarchical agglomerative clustering, and the kmeans module perfors k-means clustering.
The plotly_dendrogram module performs the same function as dendrogram but uses the Python Plotly library to generate dendrograms.