September 2015
Beginner to intermediate
454 pages
10h 49m
English
Although we can't cover the vast number of different clustering algorithms in this chapter, let's at least introduce one more approach to clustering: Density-based Spatial Clustering of Applications with Noise (DBSCAN). The notion of density in DBSCAN is defined as the number of points within a specified radius
.
In DBSCAN, a special label is assigned to each sample (point) using the following criteria:
Read now
Unlock full access