reverse_assign
PURPOSE
Assigns observations to clusters based on the cluster assignment of the micro-clusters
SYNOPSIS
function L = reverse_assign(coresets2clusters, data2coresets)
DESCRIPTION
Assigns observations to clusters based on the cluster assignment of the micro-clusters L = REVERSE_ASSIGN(CORESETS2CLUSTERS, DATA2CORESETS) Inputs: (CORESETS2CLUSTERS): Cluster assignment of micro-cluster centres (DATA2CORESETS): Assignment of observations to micro-clusters Output: (L): Assignment of original observations to clusters
CROSS-REFERENCE INFORMATION
This function calls:- scpp Spectral Clustering Projection Pursuit (SCPP) (divisive clustering is implemented in scppdc.m)
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005