ClusterTools Contents

ClusterTools User Guide

clustsizes

CLUSTSIZES

Cluster sizes and prototypes in multilevel clustering

     [SIZES,PROTOS] = CLUSTSIZES(LABELS)
     [SIZES,PROTOS] = LABELS*CLUSTSIZES
      CLUSTSIZES(LABELS)
      LABELS*CLUSTSIZES

    LABELS [M,L] array of indices for L levels of clustering

    SIZES Cell array of L cells. Each cell contains a vector of C
            elements (C is the numbers of clusters on the particular level)
            with the numbers of objects in the corresponding cluster.
    PROTOS Cell array of L cells. Each cell contains a vector of C
            elements with the prototype indices of the clusters.

Description

The 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 also

mappings, cluste, clustf, clusth, clustk, clustkh, clustm, exemplar, meanshift, modeclust, modeclustf, dcluste, dclustm, dclusth, dclustk, clustnum,

ClusterTools Contents

ClusterTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.