depddppp
PURPOSE
Projection Pursuit function for dePDDP algorithm
SYNOPSIS
function [v, fval, idx] = depddppp(X, pars)
DESCRIPTION
Projection Pursuit function for dePDDP algorithm
[V, FVAL, IDX] = DEPDDPPP(X, PARS)
Inputs:
(X): N-by-D data matrix
(PARS): Parameter structure containing algorithm parameters
Output:
(V): Projection vector: 1st Principal Component of X
(FVAL): Function of KDE at split point
(IDX): Binary cluster assignmentCROSS-REFERENCE INFORMATION
This function calls:- pcacomp Returns the principal components of (X) specified in vector (index)
- fgt_kde Interface to improved Fast Gauss Transform to compute one-dimensional KDE with Gaussian kernels
- depddp density-enhanced Principal Direction Divisive Partitioning algorithm
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005