isomap

Computes Isomap embedding using the algorithm of Tenenbaum, de Silva, and Langford (2000).

Input Arguments:

Output Arguments:

Synopsis

[Y, R, E] = isomap(D, n_fcn, n_size, options);

References:

Tenenbaum, J. B., V. de Silva, and J. C. Langford. 2000. “A global geometric framework for nonlinear dimensionality reduction,” Science, 290:2319-2323.

ISOMAP Homepage

Copyright Notice

Isomap code -- (c) 1998-2000 Josh Tenenbaum
This code is provided as is, with no guarantees except that bugs are almost surely present. Published reports of research using this code (or a modified version) should cite the article that describes the algorithm:

J. B. Tenenbaum, V. de Silva, J. C. Langford (2000). A global
geometric framework for nonlinear dimensionality reduction.
Science 290 (5500): 2319-2323, 22 December 2000.

Comments and bug reports are welcome. Email to jbt@psych.stanford.edu. I would also appreciate hearing about how you used this code, improvements that you have made to it, or translations into other languages.

You are free to modify, extend or distribute this code, as long as this copyright notice is included whole and unchanged.

NOTE: We think Josh Tenenbaum has moved to MIT. His email address is jbt@mit.edu and his homepage is here.



EDA Toolbox: Contents