代码搜索:LLE
找到约 106 项符合「LLE」的源代码
代码结果 106
www.eeworm.com/read/289743/8529954
m lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o
www.eeworm.com/read/282683/9074186
m lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o
www.eeworm.com/read/166631/10010634
m lle.m
% LLE ALGORITHM (using K nearest neighbors)
%
% [Y] = lle(X,K,dmax)
%
% X = data as D x N matrix (D = dimensionality, N = #points)
% K = number of neighbors
% dmax = max embedding dimensionality
% Y =
www.eeworm.com/read/360732/10080599
m lle.m
% lle - Locally Linear Embedding.
%
% Y = lle(X,K,dmax)
%
% X = data as D x N matrix (D = dimensionality, N = #points)
% K = number of neighbors
% dmax = max embedding dimensionality
% Y = embedding
www.eeworm.com/read/463572/7178111
m lle.m
% LLE ALGORITHM (using K nearest neighbors)
%
% [Y] = lle(X,K,dmax)
%
% X = data as D x N matrix (D = dimensionality, N = #points)
% K = number of neighbors
% dmax = max embedding dimensionality
www.eeworm.com/read/444599/7611019
m lle.m
function [Y] = lle(X,K,d)
% ****** LLE ALGORITHM (using K nearest neighbors) **** %%%%%
% Written by Sam Roweis & Lawrence Saul
warning off;
[D,N] = size(X);
% STEP1: COMPUTE PAIRWISE DISTA
www.eeworm.com/read/397758/8024326
m lle.m
% LLE ALGORITHM (using K nearest neighbors)
%
% [Y] = lle(X,K,dmax)
%
% X = data as D x N matrix (D = dimensionality, N = #points)
% K = number of neighbors
% dmax = max embedding dimensionality
% Y =
www.eeworm.com/read/244800/12842958
m lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o
www.eeworm.com/read/325755/13186171
doc lle.doc
www.eeworm.com/read/492343/6421630
m lle.m
function [mappedX, mapping] = lle(X, no_dims, k, eig_impl)
%LLE Runs the locally linear embedding algorithm
%
% mappedX = lle(X, no_dims, k, eig_impl)
%
% Runs the local linear embedding algorithm o