Euclidean distance radial basis function

1 次查看(过去 30 天)
Hi,
assume that we have x=[2,0] and c=[0,0], then the euclidean distance between the two vectors is |x-c|||=sqrt( (2-0)^2 - (0-0)^2 ) = 2. Finally for the RBF network we have y = exp(-||x-c||^2) = exp(-4).
Is this correct or i am wrong?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by