September 2017
Beginner to intermediate
412 pages
8h 55m
English
A clustering algorithm is one that identifies groups of data points according to their proximity to each other. These algorithms are similar to classification algorithms in that they also partition a dataset into subsets of similar points. But, in classification, we already have data whose classes have been identified. such as sweet fruit. In clustering, we seek to discover the unknown groups themselves.
A metric
on a set S of points is a function
that satisfies these conditions for all x,y,z
∈
S:
Normally, we think of the number d(p,q) as the distance ...
Read now
Unlock full access