fixLabels
PURPOSE
Enforces cluster labels to be in the range 1:K
SYNOPSIS
function L = fixLabels(labels)
DESCRIPTION
Enforces cluster labels to be in the range 1:K L = FIXLABELS(LABELS) Input: (LABELS): Cluster assignment Output: (L): New label vector \in {1,...,K}^N
CROSS-REFERENCE INFORMATION
This function calls:- gsep Generic binary cluster separator class
- hp Class implementing generic hyperplane interface
- myparser Function used to parse optional arguments in form of Name,Value pairs for a number of OPC algorithms
- ctree Class implementing cluster hierarchy in tree data structure
- mcpp Maximum Clusterability Projection Pursuit (MCPP) algorithm
- mdpp Minimum Density Projection Pursuit (MDPP) algorithm
- ncutpp Minimum normalised cut projection pursuit
- schp Class implementing a linear projection subspace of arbitrary dimensions estimated through SCPP
- 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