필터 지우기
필터 지우기

The Width of Gaussian Kernel

조회 수: 1 (최근 30일)
riad didou
riad didou 2020년 9월 19일
편집: riad didou 2020년 9월 25일
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 ?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Regression에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by