代码搜索:Distance
找到约 8,736 项符合「Distance」的源代码
代码结果 8,736
www.eeworm.com/read/179336/9360263
fig pathloss_vs_distance.fig
www.eeworm.com/read/365862/9842911
m gmm_distance_bhattacharyya.m
function [Bc,Bd] = gmm_distance_bhattacharyya(g1, g2, N)
% Monte Carlo approximation of Bhattacharyya distance.
%
% Note: MC integration of the form: integral of p(x)f(x) dx
% require that p(x)
www.eeworm.com/read/365862/9842936
m gmm_distance_kld.m
function K = gmm_distance_KLD(g1, g2, N)
if nargin == 3
K = gmm_KLD_montecarlo(g1, g2, N);
else
K = gmm_KLD_unscented(g1, g2);
end
%
%
function K = gmm_KLD_montecarlo(g1, g2, N)
www.eeworm.com/read/365862/9842939
m kernel_distance_kld.m
function K = kernel_distance_KLD(g1, g2, N)
s = kernel_samples(g1, N);
w1 = kernel_evaluate(g1, s);
w2 = kernel_evaluate(g2, s);
%K = sum(log(w1) - log(w2)) / N;
ii = find(w1 ~= 0 & w2 ~= 0
www.eeworm.com/read/365862/9843012
m kernel_distance_bhattacharyya.m
function [Bc,Bd] = kernel_distance_bhattacharyya(g1, g2, N)
s = kernel_samples(g1, N); % use g1 as proposal
w1 = kernel_evaluate(g1, s);
w2 = kernel_evaluate(g2, s);
Bc = sum(sqrt(w1.*w2)./w1
www.eeworm.com/read/365862/9843030
m gmm_distance_bayes.m
function D = gmm_distance_bayes(g1, g2)
% Normalising constant from Gmm multiplication
D = 0;
for i=1:size(g1.x,2)
for j=1:size(g2.x,2)
wij = gauss_likelihood(g1.x(:,i)-g2.x(:,j),
www.eeworm.com/read/365862/9843066
m kernel_distance_bayes.m
function D = kernel_distance_bayes(g1, g2)
%
% Evidence of hypothesis, or Bayes normaliser, or probability of observation p(z|Z)
dim = size(g1.x, 1);
S = g1.P + g2.P;
Sc = chol(S)';
denom =
www.eeworm.com/read/365689/9851151
m l2_distance.m
function d = L2_distance(a,b,df)
if (nargin < 2)
error('Not enough input arguments');
end
if (nargin < 3)
df = 0; % by default, do not force 0 on the diagonal
end
if (size(a,1) ~
www.eeworm.com/read/363304/9960200
rpt count_distance.tan.rpt
Timing Analyzer report for count_distance
Wed Oct 08 11:35:11 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Leg
www.eeworm.com/read/363304/9960212
rpt count_distance.fit.rpt
Fitter report for count_distance
Wed Oct 08 11:34:53 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice