Hierarchical and k ‐Means Clustering
Daniel T. Larose, Chantal D. Larose
Abstract
Daniel T. Larose, Chantal D. Larose
Abstract
Clustering algorithms seek to segment the entire data set into relatively homogeneous subgroups or clusters. Clustering is often performed as a preliminary step in a data mining process. This chapter discusses about the hierarchical clustering methods and describes k-means clustering algorithm. In hierarchical clustering, a treelike cluster structure is created through recursive partitioning (divisive methods) or combining (agglomerative) of existing clusters. Single-linkage clustering seeks the minimum distance between any records in two clusters. Complete-linkage clustering seeks to minimize the distance among the records in two clusters that are farthest from each other. The k-means clustering algorithm is a straightforward and effective algorithm for finding clusters in data. The Enterprise Miner clustering node uses SAS's FASTCLUS procedure, a version of the k-means algorithm.
OpenAlex reports 4 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Clustering algorithms seek to segment the entire data set into relatively homogeneous subgroups or clusters. Clustering is often performed as a preliminary step in a data mining process. This chapter discusses about the hierarchical clustering methods and describes k-means clustering algorithm. In hierarchical clustering, a treelike cluster structure is created through recursive partitioning (divisive methods) or combining (agglomerative) of existing clusters. Single-linkage clustering seeks the minimum distance between any records in two clusters. Complete-linkage clustering seeks to minimize the distance among the records in two clusters that are farthest from each other. The k-means clustering algorithm is a straightforward and effective algorithm for finding clusters in data. The Enterprise Miner clustering node uses SAS's FASTCLUS procedure, a version of the k-means algorithm.
Key concepts: Cluster analysis, Single-linkage clustering, Complete-linkage clustering, Correlation clustering, CURE data clustering algorithm, Hierarchical clustering, Canopy clustering algorithm, Computer science