Effacer les filtres
Effacer les filtres

The Width of Gaussian Kernel

1 vue (au cours des 30 derniers jours)
riad didou
riad didou le 19 Sep 2020
Modifié(e) : riad didou le 25 Sep 2020
I have a MATLAB code for a gaussian kernel (Radial Basis Function):
dist = EuDist2(X{it},C{it},0);
sigma = mean(min(dist,[],2).^0.5)*2;
feaVec = exp(-dist/(2*sigma*sigma));
X and C are a known matrices;
What is the name of method used for the calculation of Sigma that way? is it a standard technique ?

Réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by