资源简介
流形学习算法中的底本,包涵LLE、MDS、PCA、ISOMAP、HLLE、LTSA等多种程序
代码片段和文件信息
function varargout = mani(varargin)
% 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.
% MDS -- Michael Lee
% ISOMAP -- J. Tenenbaum de Silva & Langford
% LLE -- Sam Roweis & Lawrence Saul
% Hessian LLE -- D. Donoho & C. Grimes
% Laplacian -- M. Belkin & P. Niyogi
% Diffusion Map -- R. Coifman & S. Lafon
% LTSA -- Zhenyue Zhang & Hongyuan Zha
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilenam
- 上一篇:迭代法求根的MATLAB GUI实现
- 下一篇:半监督LFDA算法MATLAN代码
评论
共有 条评论