mani: MANIfold learning demonstration GUI by Todd Wittman, Department of Mathematics, University of Minnesota E-mail wittman@math.umn.edu with comments & questions.
MANI Website: httP://www.math.umn.edu/~wittman/mani/index.html
Last Modified by GUIDE v2.5 10-Apr-2005 13:28:36
Methods obtained from various authors.
(1) MDS -- Michael Lee
(2) ISOMAP -- J. Tenenbaum, de Silva, & Langford
(3) LLE -- Sam Roweis & Lawrence Saul
(4) Hessian LLE -- D. Donoho & C. Grimes
(5) Laplacian -- M. Belkin & P. Niyogi
(6) Diffusion Map -- R. Coifman & S. Lafon
(7) LTSA -- Zhenyue Zhang & Hongyuan Zha
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively.
The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
Base Class Library for RS232 Communications.
--------------------------------------------
Ref: "Serial Comm: Use P/Invoke to Develop a .NET Base Class Library
for Serial Device Communications" John Hind, MSDN Magazine, Oct 2002.