代码搜索:Mapping

找到约 10,000 项符合「Mapping」的源代码

代码结果 10,000
www.eeworm.com/read/257940/11901750

m mapping.m

function A = mapping(n) if n == 2 A = [1 2; 3 4]; else B = mapping(n/2); A = [B B+(n/2)^2; B+(n/2)^2*2 B+(n/2)^2*3]; end
www.eeworm.com/read/342008/12047344

m mapping.m

%MAPPING Mapping class constructor % % w = mapping(map,d,lablist,k,c,v,par) % % A map/classifier object is constructed from: % d size (any), a set of weights defining the mapping % lablist size
www.eeworm.com/read/255755/12058053

m mapping.m

%MAPPING Mapping class constructor % % W = MAPPING(MAPPING_FILE, MAPPING_TYPE, DATA, LABELS, SIZE_IN, SIZE_OUT) % % A map/classifier object is constructed. It may be used to map a dataset A % on anoth
www.eeworm.com/read/255755/12058203

p mapping.p

www.eeworm.com/read/150905/12249358

m mapping.m

%MAPPING Mapping class constructor % % W = MAPPING(MAPPING_FILE, MAPPING_TYPE, DATA, LABELS, SIZE_IN, SIZE_OUT) % % A map/classifier object is constructed. It may be used to map a dataset A % on anoth
www.eeworm.com/read/150905/12249547

p mapping.p

www.eeworm.com/read/338496/12304875

m mapping.m

function output_mapping= mapping(index) switch index case 1, output_mapping=[-1 1]; case 2, output_mapping=(1/sqrt(2))*[-1+i -1-i 1+i 1-i]; case 3, output_mapping=(1/sqr
www.eeworm.com/read/149739/12353647

m mapping.m

%MAPPING Mapping class constructor % % W = MAPPING(MAPPING_FILE, MAPPING_TYPE, DATA, LABELS, SIZE_IN, SIZE_OUT) % % A map/classifier object is constructed. It may be used to map a dataset A % on anoth
www.eeworm.com/read/149739/12353832

p mapping.p

www.eeworm.com/read/234443/14112606

c mapping.c

/* * LICENSE NOTICE. * * Use of the Microsoft Windows Rally Development Kit is covered under * the Microsoft Windows Rally Development Kit License Agreement, * which is provided within the M