mdpp

PURPOSE

Minimum Density Projection Pursuit (MDPP) algorithm

SYNOPSIS

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

DESCRIPTION

Minimum Density Projection Pursuit (MDPP) algorithm
[OPTHP, IDX, SPINDEX] = MDPP(X, PARS, LABELS, COLOURS)

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

 Output:
    (OPTHP): Minimum density 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