S-Isomap

所属分类:matlab编程
开发工具:matlab
文件大小:31KB
下载次数:292
上传日期:2005-09-15 18:40:41
上 传 者simplesky
说明:  Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.
(Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics- Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.)

文件列表:
S-Isomap\dijkstra.dll (57344, 2004-12-30)
S-Isomap\distance.m (1230, 2005-01-04)
S-Isomap\IsomapII.m (12627, 2004-12-30)
S-Isomap\sIsomap.m (491, 2004-12-30)
S-Isomap (0, 2005-01-04)
S-ISOMAP.txt (874, 2005-09-01)

----------------------------------------------------------------------------------------- ReadMe: The S-ISOMAP Package ----------------------------------------------------------------------------------------- ATTN: This package is free for academic usage. You can run it at your own risk. For other purposes, please contact Prof. Zhi-Hua Zhou (zhouzh@nju.edu.cn) To use this code package: 1. You must prepair you data by yourself: Store the data (variable 'data', each column is a record) and corresponding class labels (variable 'labels', integer array, each element corresponds to one record in 'data') in the file data.mat in the same directory of the package. 2. Run 'sIsomap.m'. The algorithm will return the mapped data in the variable 'Y'. You can also modify the values of the parameters (alpha and K) in 'sIsomap.m'. 3. For visualization purpose, you can directly visualize 'Y'. For classification purpose, you must approximate the mapping first (such as using the Generalized Regression Network), and then map the given query into the feature space and predict its class label (such as using K-NN). 4. The code for the Isomap algorithm is written by Josh Tenenbaum. See details in the comments of 'IsomapII.m'. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.10***-1107. ATTN2: This package was developed by Mr. Xin Geng (gengx@lamda.nju.edu.cn). For any problem concerning the code, please feel free to contact Mr. Geng. -----------------------------------------------------------------------------------------

近期下载者

相关文件


收藏者