ClusterTools Contents

ClusterTools User Guide

reclustn

RECLUSTN

Make multilevel clustering nested

    LABOUT = RECLUSTN(LABIN)
    LABOUT = LABIN*RECLUSTN

Input
 LABIN M*N array with the results of the multi-level clusterings for M objects. The columns refer to N clusterings. They yield for the  objects the prototype indices of the clusters they belong to.

Output
 LABOUT Index array, size [M,length(K)], indices of cluster prototypes.  Columns refer to different clusterings and are ranked to  increasing numbers of clusters.

Description

Levels in a multi-level clustering are made nested: objects in the same  cluster of a higher resolution clustering belong to the same cluster in a  lower-resolution clustering. This might yield an improved result as it  combines the clustering levels.

This routine is particulary useful for multilevel modeseeking clusterings  like MEANSHIFT and MODECLUST, MODECLUSTF, CLUSTM and DCLUSTM.

See also

meanshift, modeclust, modeclustf, clustm, dclustm, labsort, reclustk, reclusth,

ClusterTools Contents

ClusterTools User Guide

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