Skip to content

In this project I did 4 different clustering methods.

Notifications You must be signed in to change notification settings

RihabFekii/clustering-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Clustering_methods-

In this project I did 4 different clustering methods.

Elbow method :

The Elbow method looks at the total WSS as a function of the number of clusters: One should choose a number of clusters so that adding another cluster doesn’t improve much better the total WSS. alt text

Silhouette score :

Average silhouette method computes the average silhouette of observations for different values of k. The optimal number of clusters k is the one that maximize the average silhouette over a range of possible values for k alt text alt text alt text

DBSCAN :

DBSCAN - Density-Based Spatial Clustering of Applications with Noise. Finds core samples of high density and expands clusters from them. Good for data which contains clusters of similar density. alt text

Hierearchical clustering :

Hierarchical clustering, also known as hierarchical cluster analysis, is an algorithm that groups similar objects into groups called clusters. The endpoint is a set of clusters, where each cluster is distinct from each other cluster, and the objects within each cluster are broadly similar to each other.

alt tewt

About

In this project I did 4 different clustering methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages