Linear Reduction
Code for linear dimensional reduction part
imagedata.mat
Non-linear reduction
load imagedata.mat;
D=L2_distance(X_data(:,:),X_data(:,:);
[Y,R,E]= Isomap(D, 'k',7,options);
Isomap
Entire Isomap function-IsomapR1 (1).tar