Density-based clustering locates regions of high density that are separated
from one another by regions of low density. DBSCAN is a simple and effective
density-based clustering algorithm that illustrates a number of important
concepts that are important for any density-based clustering approach. In this
section, we focus solely on DBSCAN after first considering the key notion of
density. Other algorithms for finding density-based clusters are described in
the next chapter.