- Constrained clustering
-
In computer science, constrained clustering is a class of semi-supervised learning algorithms. Typically, constrained clustering incorporates either a set of must-link constraints, cannot-link constraints, or both, with a Data clustering algorithm. Both a must-link and a cannot-link constraint define a relationship between two data instances. A must-link constraint is used to specify that the two instances in the must-link relation should be associated with the same cluster. A cannot-link constraint is used to specify that the two instances in the cannot-link relation should not be associated with the same cluster. These sets of constraints acts as a guide for which a constrained clustering algorithm will attempt to find clusters in a data set which satisfy the specified must-link and cannot-link constraints. Some constrained clustering algorithms will abort if no such clustering exists which satisfies the specified constraints. Others will try to minimize the amount of constraint violation should it be impossible to find a clustering which satisfies the constraints.
Examples of constrained clustering algorithms include:
- COP K-means
- PCKmeans
References
- Constrained K-means Clustering with Background Knowledge. Wagstaff, et al. Proceedings of the Eighteenth International Conference on Machine Learning, 2001, p. 577–584.
Categories:- Computer science stubs
- Data clustering algorithms
Wikimedia Foundation. 2010.