CarlosGG's Knowledge Garden 🪴

Search

Search IconIcon to open search

Clustering

Last updated Feb 28, 2023 Edit Source

Cluster analysis or clustering is the task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar (in some sense or another) to each other than to those in other groups (clusters)

# Resources

# Hierarchical clustering

# K-means

# DBSCAN

# Spatial clustering

# References