Description Usage Arguments Details Value Note Author(s) References See Also Examples
This function takes an unlabeled dataset and two lists of must-link and cannot-link constraints as input and produce a clustering as output.
1 |
data |
The unlabeled dataset. |
k |
Number of clusters. |
mustLink |
A list of must-link constraints |
cantLink |
A list of cannot-link constraints |
maxIter |
Number of iteration |
This algorithm finds a clustering that satisfies as many constraints as possible
A vector that represents the labels (clusters) of the data points
This algorithm can handle noisy constraints.
Tran Khanh Hiep Nguyen Minh Duc
Dan Pelleg, Dorit Baras (2007), K-means with large and noisy constraint sets
Dan Pelleg, Dorit Baras (2007), K-means with large and noisy constraint sets
1 2 3 4 5 6 | |
[1] 2 2 1 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.