代码搜索:Nearest

找到约 1,596 项符合「Nearest」的源代码

代码结果 1,596
www.eeworm.com/read/449504/7502906

m find_nn.m

function nnlist = find_nn(xc,yc,m,order) % PURPOSE: finds observations containing m nearest neighbors, fast but high memory version % to each observation and returns an index to these neighbo
www.eeworm.com/read/448259/7535698

m odd.m

function y=odd(x); %ODD Round towards nearest odd value. % Y=ODD(X) rounds each element of X towards the nearest odd % integer value. If an element of X is even, ODD adds +1 to % this value. X can b
www.eeworm.com/read/447444/7551038

m exp2_16.m

%curve interpolation ys=[0 0.9 0.6 1 0 0.1 -0.3 -0.7 -0.9 -0.2]; %已有的样本点ys xs=0:length(ys)-1; %已有的样本点xs x=0:0.1:length(ys)-1;%新的样本点x y1=interp1(xs,ys,x,'nearest'); %插值产生新的样本点y1 y2=interp1(xs,ys,
www.eeworm.com/read/444914/7602897

txt init.txt

width=1024 height=768 colorbit=32 // 16, 24, 32 fullscreen=y // fullscreen y/n/m, m - show message box language=0 // 0 - English, 1 - Slovak, Ctrl-L in program filterForTexture=3 // 0-
www.eeworm.com/read/444759/7607433

m odd.m

function y=odd(x); %ODD Round towards nearest odd value. % Y=ODD(X) rounds each element of X towards the nearest odd % integer value. If an element of X is even, ODD adds +1 to % this value. X can b
www.eeworm.com/read/441245/7672672

m knnc.m

%KNNC K-Nearest Neighbor Classifier % % [W,K,E] = KNNC(A,K) % [W,K,E] = KNNC(A) % % INPUT % A Dataset % K Number of the nearest neighbors (optional; default: K is % optimized with resp
www.eeworm.com/read/441245/7672691

m nmc.m

%NMC Nearest Mean Classifier % % W = NMC(A) % W = A*NMC % % INPUT % A Dataset % % OUTPUT % W Nearest Mean Classifier % % DESCRIPTION % Computation of the nearest mean classifier betw
www.eeworm.com/read/441245/7673386

m resizem.m

%RESIZEM Mapping for resizing object images in datasets and datafiles %(outdated, rplaced by im_resize) % % B = RESIZEM(A,SIZE,METHOD) % B = A*RESIZEM([],SIZE,METHOD) % % INPUT % A Dat
www.eeworm.com/read/440404/7689835

m odd.m

function y=odd(x); %ODD Round towards nearest odd value. % Y=ODD(X) rounds each element of X towards the nearest odd % integer value. If an element of X is even, ODD adds +1 to % this value. X can b
www.eeworm.com/read/439653/7703979

m exp2_16.m

%curve interpolation ys=[0 0.9 0.6 1 0 0.1 -0.3 -0.7 -0.9 -0.2]; %已有的样本点ys xs=0:length(ys)-1; %已有的样本点xs x=0:0.1:length(ys)-1;%新的样本点x y1=interp1(xs,ys,x,'nearest'); %插值产生新的样本点y1 y2=interp1(xs,ys,