scpp

PURPOSE

Spectral Clustering Projection Pursuit (SCPP) (divisive clustering is implemented in scppdc.m)

SYNOPSIS

function [optS, idx, spindex] = scpp(Data, pars, labels, colours)

DESCRIPTION

Spectral Clustering Projection Pursuit (SCPP) (divisive clustering is implemented in scppdc.m)
[OPTS, IDX, SPINDEX] = SCPP(X, PARS, LABELS, COLOURS)

 Returns:
    (OPTS): Linear subspace that minimises second eigenvalue of normalised Laplacian constructed
        from projected data
    (IDX): Binary cluster assignment {-1,1}
    (SPINDEX): Value of splitting index criterion 

 Inputs:
    (X): Data matrix
    (PARS): Structure containing all parameters of scpp() algorithm
    (LABELS): True clusters; only used for visualisation (optional)
    (COLOURS): Colormap matrix: only used for visualisation (optional)

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005