ncutpp

PURPOSE

Minimum normalised cut projection pursuit

SYNOPSIS

function [optHP, idx, spindex] = ncutpp(Data, pars, labels, colours)

DESCRIPTION

Minimum normalised cut projection pursuit
[OPTHP, IDX, SPINDEX] = NCUTPP(X, PARS, LABELS, COLOURS)

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

 Output:
    (OPTHP): Minimum normalised cut hyperplane (if more than one initial projection vectors
        are used then the one that maximises the splitting criterion pars.split_index())
    (IDX): Binary cluster assignment {-1,1}
    (SPINDEX): Value of splitting index criterion

CROSS-REFERENCE INFORMATION

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