Finding groups with clustering

Clustering is the process of grouping the data into classes or clusters so that objects within a cluster have high similarity in comparison to one another, but are very dissimilar to objects in other clusters. Dissimilarities are assessed based on the attribute values describing the objects.

There are a large number of clustering algorithms. The major methods can be classified into the following categories:

  • Partitioning methods: A partitioning method constructs K partitions of the data, which satisfy both of the following requirements:
    1. Each group must contain at least one object.
    2. Each object must belong to exactly one group. Given the initial K number of partitions to construct, the method creates initial ...

Get SQL Server 2017 Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.