代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/431631/8664410
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/287843/8665240
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/286440/8763863
m dfun.m
function out = dfun(in)
global X
out = L2_distance(X,X(:,in));
out = out';
www.eeworm.com/read/184180/9118726
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/181565/9245777
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/169213/9875524
ini params.ini
GoalWidth 100
//use to set up the sweet spot calculator
NumSweetSpotsX 13
NumSweetSpotsY 6
//these values tweak the various rules used t
www.eeworm.com/read/364762/9896558
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/363911/9931831
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end
www.eeworm.com/read/168118/9937778
m distcum.m
function s=distcum(x,y)
% s=distcum(x,y)
% s=distcum(x)
%
% If the first form is used, x and y represent the 2-D coordinates of a set of
% points. If the second form is used, x represents an incremen
www.eeworm.com/read/167442/9968762
m metric.m
function distance=metric(x,y)
if x==y
distance=0;
else
distance=1;
end