MATLAB: What is the default radial basis function used in newrb() function

Deep Learning Toolboxdefault functionMATLABradial basis functionrbfnn

I would like to know what the default radial basis function is used in newrb() function. Is it Gaussian function or others? Thanks in advance for your help

Best Answer

Hyperspherical Gaussian
help radbas
doc radbas
type radbas
If you prefer hyperelliptical, use radbas in firnet or patternnet.
Thank you for accepting my answer
Greg