CLUSTSIZES Cluster sizes and prototypes in multilevel clustering
[SIZES,PROTOS] = CLUSTSIZES(LABELS) LABELS [M,L] array of indices for L levels of clustering SIZES Cell array of L cells. Each cell contains a vector of C DescriptionThe sizes and the prototype indices of a multi-clustering result LABELS are returned in the cells of SIZES and PROTOS. In case of no output variables the sizes of the 10 largest clusters are. for every labeling, listed on the screen, followed by the sum of the unreported sizes. See alsomappings, cluste, clustf, clusth, clustk, clustkh, clustm, exemplar, meanshift, modeclust, modeclustf, dcluste, dclustm, dclusth, dclustk, clustnum,
|