代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/100139/15882975
c lr0.c
#include "defs.h"
extern short *itemset;
extern short *itemsetend;
extern unsigned *ruleset;
int nstates;
core *first_state;
shifts *first_shift;
reductions *first_reduction;
int get_state();
core
www.eeworm.com/read/100132/15883191
c lr0.c
#include "defs.h"
extern short *itemset;
extern short *itemsetend;
extern unsigned *ruleset;
int nstates;
core *first_state;
shifts *first_shift;
reductions *first_reduction;
int get_state();
core
www.eeworm.com/read/424063/10499737
m dmodred.m
function [ab,bb,cb,db] = dmodred(a,b,c,d,elim)
%DMODRED Discrete-time model state reduction.
% [Ab,Bb,Cb,Db] = DMODRED(A,B,C,D,ELIM) reduces the order of a model
% by eliminating the states specifi
www.eeworm.com/read/442927/7641792
m conddm.m
% Demo of condensing technique for data reduction
% Roger Jang, 9703xx, 990613
use_pause = 1;
% Collect 2500 data points
[xx, yy, zz] = peaks(50);
x = xx(:); y = yy(:); z = zz(:);
axis_limit
www.eeworm.com/read/344585/3208016
m laplacian_eigen.m
function mappedX = laplacian_eigen(X, no_dims, k, sigma, eig_impl)
%LAPLACIAN_EIGEN Performs non-linear dimensionality reduction using Laplacian Eigenmaps
%
% mappedX = laplacian_eigen(X, no_dims, k
www.eeworm.com/read/147096/12583935
m dmodred.m
function [ab,bb,cb,db] = dmodred(a,b,c,d,elim)
%DMODRED Discrete-time model state reduction.
% [Ab,Bb,Cb,Db] = DMODRED(A,B,C,D,ELIM) reduces the order of a model
% by eliminating the states specifi
www.eeworm.com/read/101557/15826495
m dmodred.m
function [ab,bb,cb,db] = dmodred(a,b,c,d,elim)
%DMODRED Discrete-time model state reduction.
% [Ab,Bb,Cb,Db] = DMODRED(A,B,C,D,ELIM) reduces the order of a model
% by eliminating the states specifi
www.eeworm.com/read/441462/7670177
m bal.m
function [Ared,Bred,Cred,theta,sigma] = bal(A,B,C,N)
% [Ared,Bred,Cred,theta,sigma] = bal(A,B,C,N)
% [Ared,Bred,Cred,theta,sigma] = bal(A,B,C)
%
% State-space dynamic system reduction.
%