Nearest-neighbor chain algorithm: Difference between revisions

Content deleted Content added
m another authorlink
Definitions: rename as background as not everything in here is definitional
Line 38:
| year = 1980}}.</ref>
 
==DefinitionsBackground==
The input to a clustering problem consists of a set of points. A ''cluster'' is any proper subset of the points, and a hierarchical clustering is a [[maximal element|maximal]] family of clusters with the property that any two clusters in the family are either nested or [[disjoint set|disjoint]].
Alternatively, a hierarchical clustering may be represented as a [[binary tree]] with the points at its leaves; the clusters of the clustering are the sets of points in subtrees descending from each node of the tree.