Cluster analysis
Jump to navigation
Jump to search
English: Cluster analysis is the classification of objects into different groups, or more precisely, the partitioning of a data set into subsets (clusters), so that the data in each subset (ideally) share some common trait - often proximity according to some defined distance measure.
Various
[edit]Cluster analysis examples
[edit]Density clusters
[edit]-
Single-link hierarchical clustering
-
k-Means (k=2)
-
EM-algorithm (k=2)
-
DBSCAN
Gaussian distributed data
[edit]-
Single-link hierarchical clustering
-
k-Means (k=2)
-
EM-algorithm (k=2)
-
DBSCAN
-
OPTICS (with extraction)