Book contents
- Frontmatter
- Contents
- Preface
- 1 Data Mining
- 2 MapReduce and the New Software Stack
- 3 Finding Similar Items
- 4 Mining Data Streams
- 5 Link Analysis
- 6 Frequent Itemsets
- 7 Clustering
- 8 Advertising on the Web
- 9 Recommendation Systems
- 10 Mining Social-Network Graphs
- 11 Dimensionality Reduction
- 12 Large-Scale Machine Learning
- Index
- References
7 - Clustering
Published online by Cambridge University Press: 05 December 2014
- Frontmatter
- Contents
- Preface
- 1 Data Mining
- 2 MapReduce and the New Software Stack
- 3 Finding Similar Items
- 4 Mining Data Streams
- 5 Link Analysis
- 6 Frequent Itemsets
- 7 Clustering
- 8 Advertising on the Web
- 9 Recommendation Systems
- 10 Mining Social-Network Graphs
- 11 Dimensionality Reduction
- 12 Large-Scale Machine Learning
- Index
- References
Summary
Clustering is the process of examining a collection of “points,” and grouping the points into “clusters” according to some distance measure. The goal is that points in the same cluster have a small distance from one another, while points in different clusters are at a large distance from one another. A suggestion of what clusters might look like was seen in Fig. 1.1. However, there the intent was that there were three clusters around three different road intersections, but two of the clusters blended into one another because they were not sufficiently separated.
Our goal in this chapter is to offer methods for discovering clusters in data. We are particularly interested in situations where the data is very large, and/or where the space either is high-dimensional, or the space is not Euclidean at all. We shall therefore discuss several algorithms that assume the data does not fit in main memory. However, we begin with the basics: the two general approaches to clustering and the methods for dealing with clusters in a non-Euclidean space.
Introduction to Clustering Techniques
We begin by reviewing the notions of distance measures and spaces. The two major approaches to clustering – hierarchical and point-assignment – are defined. We then turn to a discussion of the “curse of dimensionality,” which makes clustering in high-dimensional spaces difficult, but also, as we shall see, enables some simplifications if used correctly in a clustering algorithm.
7.1.1 Points, Spaces, and Distances
A dataset suitable for clustering is a collection of points, which are objects belonging to some space. In its most general sense, a space is just a universal set of points, from which the points in the dataset are drawn. However, we should be mindful of the common case of a Euclidean space (see Section 3.5.2), which has a number of important properties useful for clustering. In particular, a Euclidean space's points are vectors of real numbers.
- Type
- Chapter
- Information
- Mining of Massive Datasets , pp. 228 - 266Publisher: Cambridge University PressPrint publication year: 2014
References
- 4
- Cited by