DCLUSTR Dissimilarity based random clustering
LAB = DCLUSTR(D,K)
DescriptionThe dataset A with M rows (objects) is clustered by selecting a random set of K prototypes out of A. All other objects are assigned to the nearest prototype. In case K is a set, larger sets of prototypes will contain the smaller ones. Clusterings can be evaluated by CLUSTEVAL, CLUSTCERR or CLUSTC on the basis of (some) true labels. See alsodatasets, mappings, kmeans, prkmeans, clustk, dclustm, dclusth, dcluste, dclustf, clusteval, clustcerr, clustc,
|