Definition
The Laplacian eigenmap is an embedding preserving local information optimally.
Algorithm
Consider a set of data points . Make an Adjacency Matrix with Gaussian Radial Basis Function Kernel where is a scale parameter.
Construct a Laplacian Matrix using the Adjacency Matrix. The following options are available.
- Unnormalized Laplacian Matrix
- Random Walk Normalized Laplacian Matrix
- Symmetrically Normalized Laplacian Matrix
Construct the matrix whose columns are eigenvectors corresponding to the -smallest eigenvalues of the Laplacian Matrix. It is the result of Laplacian eigenmap where , and is intentionally omitted because it corresponds to the trivial solution (constant vector).