代码搜索:ISOMAP
找到约 83 项符合「ISOMAP」的源代码
代码结果 83
www.eeworm.com/read/289743/8530033
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/286440/8763850
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/282683/9074259
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/360732/10080613
m isomap.m
function xy = Isomap(D,ndims,options);
% isomap - computes Isomap embedding using the algorithm of
% Tenenbaum, de Silva, and Langford (2000).
%
% xy = Isomap(X,ndims,options);
www.eeworm.com/read/164260/10120775
asv isomap.asv
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/164260/10120777
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/351572/10639270
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/444599/7611041
m isomap.m
function [Y, R] = Isomap(D, K, options);
% ********** --- ISOMAP Algorithm *****************
% Written by Tenenbaum, de Silva, and Langford (2000).
%%%%% Step 0: Initialization and Parameters
www.eeworm.com/read/397758/8024452
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] = iso
www.eeworm.com/read/145017/12756096
asv isomap.asv
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