代码搜索:ISOMAP
找到约 83 项符合「ISOMAP」的源代码
代码结果 83
www.eeworm.com/read/145017/12756099
m isomap.m
function [Y, R, E] = Isomap(D, n_fcn, n_size, options);
% ISOMAP Computes Isomap embedding using the algorithm of
% Tenenbaum, de Silva, and Langford (2000).
%
% [Y, R, E] = isomap(D
www.eeworm.com/read/244800/12843067
m isomap.m
function [mappedX, mapping] = isomap(X, no_dims, k);
%ISOMAP Runs the Isomap algorithm
%
% [mappedX, mapping] = isomap(X, no_dims, k);
%
% The functions runs the Isomap algorithm on dataset X to r
www.eeworm.com/read/251189/12358454
dof isomap.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=0
D=1
E=0
F=0
G=0
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=2
Z=1
ShowHints=1
ShowWarnings=1
www.eeworm.com/read/251189/12358462
res isomap.res
www.eeworm.com/read/251189/12358470
dpr isomap.dpr
program IsoMap;
{
projet ADK-ISO (c)2002-2003 Paul TOTH
http://www.web-synergy.net/naug-land/
}
{$R 'help.res' 'help.rc'}
uses
Forms,
Spin in '..\..\Common\S
www.eeworm.com/read/251189/12358491
cfg isomap.cfg
-$A8
-$B-
-$C-
-$D+
-$E-
-$F-
-$G-
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y+
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/251189/12358589
exe isomap.exe
www.eeworm.com/read/251189/12358595
ini isomap.ini
[Dialogs]
acImportLBA=C:\MYSOFT\ADK-4.0\BIN
acImportMA2=C:\MYSOFT\ADK-4.0\BIN
acFileOpen=C:\MySoft\ADK-4.0\DATA\cartes
acMergeLib=C:\MYSOFT\ADK-4.0\BIN
acOpenImages=C:\MySoft\ADK-4.0\DATA\images
www.eeworm.com/read/344585/3207997
m isomap.m
function mappedX = isomap(X, no_dims, k);
%ISOMAP Runs the Isomap algorithm
%
% mappedX = isomap(X, no_dims, k);
%
% The functions runs the Isomap algorithm on dataset X to reduce the
% dimensiona
www.eeworm.com/read/289743/8529983
m landmark_isomap.m
function [mappedX, mapping] = landmark_isomap(X, no_dims, k, percentage)
%ISOMAP Runs the Isomap algorithm
%
% [mappedX, mapping] = landmark_isomap(X, no_dims, k, percentage);
%
% The functions run