Skip to content

Manifold working notes

fabianp edited this page May 20, 2011 · 2 revisions

transform method in the LLE algorithm. This is not referenced from the article but implementation is straightforward:

  1. Compute barycenter coordinates for new points with respect to the trained data.
  2. Get the embedding vectors for these neighbors.
  3. multiply the embedding vectors by the barycenter weights.
Clone this wiki locally