hlle

Standard Hessian LLE implementation of Hessian Eigenmaps

Copyright: C. Grimes and D. Donoho, March 2003

Input Arguments:

Output Arguments:

Synopsis

[Y, mse] = HLLE(X,k,d)

Example:

N=1000;
k=12;
d=2;
tt = (3*pi/2)*(1+2*rand(1,N));
height = 21*rand(1,N);
X = [tt.*cos(tt); height; tt.*sin(tt)];
[Y, mse] = HLLE(X,k,d);

References:

Donoho, D. L. and C. Grimes. 2003. “Hessian eigenmaps: Locally linear embedding techniques for high-dimensional data,” Proceedings of the National Academy of Science, 100:5591-5596.

HLLE Webpage



EDA Toolbox: Contents