MATLAB: How does newrb choose data center

newrbnnrbf

Hi, I am studying on RBFNN, and I have read about K-mean, OLS to determine the center. But when I use the function newrb, there this no need to determine how to choose the center. I want to know how does the function newrb choose data center, and how it works. Looking for your help! Thanks!

Best Answer

I don't have the Neural Net Toolbox, so I can't check this, but if you type
edit newrb
then you might be able to see the code that does the calculation. There is also often a citation to the literature in the comments at the top of the code.
Be careful not to accidentally make any changes to the file.