CLIQUE is a grid-based clustering algorithm that identifies dense units in subspaces of high-dimensional data to provide efficient clustering. It works by first partitioning each attribute dimension into equal intervals and then the data space into rectangular grid cells. It finds dense units in subspaces like planes and intersections them to identify dense units in higher dimensions. These dense units are grouped into clusters. CLIQUE scales linearly with size of data and number of dimensions and automatically identifies relevant subspaces for clustering. However, the clustering accuracy may be reduced for simplicity.
Related topics: