NNPROTOC Nearest neighbor classifier based on cluster prototypes
W = NNPROTOC(LABC,A)
DescriptionBy this routine new objects B may assigned to the clusters found for another dataset, A. It uses the 1-nearest neighbor (NN) rule based on the prototypes found by some clustering applied to A. This is fine for spherical procedures like kmeans (CLUSTK). The prototypes generated by procedures like exemplar (CLUSTE), modeseeking (CLUSTM) or mean shift (CLUSTS) do not represent the cluster shape will. High resolution clusterings are advised for such procedures. There is a specific classifier for hierarchical clustering, CLUSTHC. wich uses the linkage type on which the clusters are based. These routines generate cluster labels. In case (some) true class labels are given semi-supervised classifiers can be used, see SEMISUPC and CLUSTC. See alsodatasets, mappings, knnc, cluste, clusth, clustk, clustm, clusts, clusthc,
|