Density based Spatial Clustering(30 October)

Today, learned when and how to use Denisty-Based Spatial Clustering for Applications with Noise, or DBSCAN. Using clustering algorithm, it is possible to locate densely packed groups of data points in space. Unlike with k-means, we don’t really need to specify the number of clusters in advance. It is able to find collections of arbitrary shapes.

 

Leave a Reply

Your email address will not be published. Required fields are marked *