perform_geodesic_embedding.m

来自「toolbox_dimreduc - a toolbox for dimensi」· M 代码 · 共 14 行

M
14
字号
function xy = perform_geodesic_embedding(X,options)

% perform_geodesic_embedding - compute embedding using distance to seed points.
%
%   xy = perform_geodesic_embedding(X,options);
%
%   You can provide:
%       options.landmarks: the list of the numbers of the 
%           extremal points used to compute the embedding.
%           The dimension of the embedding is m=(nbr.landmarks)/2
%       options.dim: the embedding dimension. The dim*2 needed lamdmarks
%           are then computed automatically using farthest points.
%
%   Copyright (c) 2006 Gabriel Peyr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?