代码搜索:Nearest

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

代码结果 1,596
www.eeworm.com/read/204456/15339237

m dnndd.m

%DNNDD Distance nearest neighbour data description method. % % W = dnndd(D,fracrej) % % Calculates the Nearest neighbour data description on distance data. % Training only consists of the comp
www.eeworm.com/read/204456/15339241

m dknndd.m

%DKNNDD Distance K-Nearest neighbour data description method. % % W = DKNNDD(D,FRACREJ,K,METHOD) % % Calculates the K-Nearest neighbour data description on distance % dataset D. Two methods a
www.eeworm.com/read/386060/8766603

m~ intersection_reclassification.m~

function sampleLabels = intersection_reclassification(X, sampleLabels,subspaceNumber); % Set constant values K_NEAREST_NEIGHBOR = 1; [ambientDimension, sampleNumber]=size(X); method = K_NEAREST_NEIG
www.eeworm.com/read/386060/8766607

m intersection_reclassification.m

function sampleLabels = intersection_reclassification(X, sampleLabels,subspaceNumber); % Set constant values K_NEAREST_NEIGHBOR = 1; [ambientDimension, sampleNumber]=size(X); method = K_NEAREST_NEIG
www.eeworm.com/read/428849/8834696

m rbfpreimg3.m

function x = rbfpreimg3(model,nn) % RBFPREIMG3 RBF pre-image problem by Kwok-Tsang's algorithm. % % Synopsis: % x = rbfpreimg3(model) % x = rbfpreimg3(model,nn) % % Description: % x = rbfpreimg3(mo
www.eeworm.com/read/426535/9015443

m ex2406.m

%例24-6 非网格数据点绘图 %Ex24-6 non-uniform data close all clear x=rand(1,20); y=rand(1,20); z=cos(0.5.*x).*sin(y); xi=linspace(0,1,50); yi=linspace(0,1,50); [X,Y]=meshgrid(xi,yi); subplot(2,2,1) Z
www.eeworm.com/read/374411/9407081

m entropygrad.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % err = entropyGrad(npd,estType) % Compute gradient of an entropy estimate for the npde % % entType is one