Skip to main content Accessibility help
Internet Explorer 11 is being discontinued by Microsoft in August 2021. If you have difficulties viewing the site on Internet Explorer 11 we recommend using a different browser such as Microsoft Edge, Google Chrome, Apple Safari or Mozilla Firefox.

Chapter 15: Density-based Clustering

Chapter 15: Density-based Clustering

pp. 375-393

Authors

, Rensselaer Polytechnic Institute, New York, , Universidade Federal de Minas Gerais, Brazil
Resources available Unlock the full potential of this textbook with additional resources. There are free resources and Instructor restricted resources available for this textbook. Explore resources
  • Add bookmark
  • Cite
  • Share

Summary

The representative-based clustering methods like K-means and expectation maximization are suitable for finding ellipsoid-shaped clusters, or at best convex clusters. However, for nonconvex clusters, such as those shown in Figure 15.1, these methods have trouble finding the true clusters, as two points from different clusters may be closer than two points in the same cluster. The density-based methods we consider in this chapter are able to mine such nonconvex clusters.

THE DBSCAN ALGORITHM

Density-based clustering uses the local density of points to determine the clusters, rather than using only the distance between points. We define a ball of radius ε around a point x ∈ Rd, called the ε-neighborhood of x, as follows:

Nε(x) = Bd(x, ε) = {y | δ(x,y) ≤ ε}

Here δ(x,y) represents the distance between points x and y, which is usually assumed to be the Euclidean distance, that is, δ(x, y) = ||xy||2. However, other distance metrics can also be used.

For any point xD, we say that x is a core point if there are at least minpts points in its ε-neighborhood. In other words, x is a core point if |Nε(x)| ≥ minpts, where minpts is a user-defined local density or frequency threshold.

Access options

Review the options below to login to check your access.

Purchase options

There are no purchase options available for this title.

Have an access code?

To redeem an access code, please log in with your personal login.

If you believe you should have access to this content, please contact your institutional librarian or consult our FAQ page for further information about accessing our content.

Also available to purchase from these educational ebook suppliers