代码搜索:LLE
找到约 106 项符合「LLE」的源代码
代码结果 106
www.eeworm.com/read/344585/3207979
m lle.m
function mappedX = 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 on dataset X
www.eeworm.com/read/415135/11083543
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/386048/8769828
m lle_roweis.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/231007/14261449
m henon_lle.m
clear
close all
n=2; % 维数
%e=ones(n,1);
x(1)=0.6;
y(1)=0.4;
V=diag(ones(1,n));
S=V;
b=0;
k=300;
for i=1:k
J=[-2.8*x(i) 1;0.3 0];
B=J*V*S;
[V,S,U]=svd(B);
a_max=max(diag(
www.eeworm.com/read/231007/14261465
asv henon_lle.asv
clear
close all
n=2; % 维数
%e=ones(n,1);
x(1)=0.6;
y(1)=0.4;
V=diag(ones(1,n));
S=V;
b=0;
k=300;
for i=1:k
J=[-2.8*x(i) 1;0.3 0];
B=J*V*S;
[V,S,U]=svd(B);
a_max=max(diag(
www.eeworm.com/read/372067/2776317
h lle_eeeprom.h
#ifndef _lle_EEEPROM_H
#define _lle_EEEPROM_H
#define EEEPROM_FDIV 0x07//oscillator 8MHz -> divide by 0x07 to achieve FCLK 800kHz - 1.05MHz
//see please Table 23-7 (page 85
www.eeworm.com/read/372067/2776318
h lle_spi.h
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file lle_SPI.h
\brief Function prototypes for SPI modul
www.eeworm.com/read/372067/2776319
h lle_cpu.h
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file lle_Cpu.h
\brief S12XE CPU initializing and interr
www.eeworm.com/read/372067/2776320
h lle_mscan.h
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file lle_MSCAN.h
\brief MSCAN definitions and function
www.eeworm.com/read/372067/2776321
h lle_time.h
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
Freescale Confidential Proprietary
\file lle_TIME.h
\brief