Canopy Clustering Algorithm&o=10616

Canopy clustering algorithm

The canopy clustering algorithm is an unsupervised clustering algorithm related to the K-means algorithm.

It is intended to speed up clustering operations on large data sets, where using another algorithm directly may be impractical because of the size of the data set.

The algorithm proceeds as follows:

  • Cheaply partition the data into overlapping subsets, called 'canopies'
  • Perform more expensive clustering, but only within these canopies

Benefits

  • The number of instances of training data that must be compared at each step is reduced
  • There is some evidence that the resulting clusters are improved

References

McCallum, Nigamy and Ungar: "Efficient Clustering of High Dimensional Data Sets with Application to Reference Matching"

External links

See also

Search another word or see Canopy Clustering Algorithm&o=10616on Dictionary | Thesaurus |Spanish
  • Please Login or Sign Up to use the Recent Searches feature