MEANSHIFT Mean shift mode-seeking clustering
LAB = MEANSHIFT(A,K,NEST)
DescriptionThis is a wrapper around the MeanShiftCluster routine by Bryan Feldman and Bart Finkston found in MathWork File Exchange. The width parameter is estimated by the average K-NN distance. K can be a set of values, resulting in a multilevel clustering, stored in columns of LAB. Each index in LAB points the object of A that is most close to the corresponding mode of the cluster found by MeanShiftCluster. The multilevel clustering can be made nested by RECLUSTN. See alsomappings, datasets, kmeans, hclust, modeclust, modeclustf, dclustm, reclustn,
|