contents.m

来自「RBF算法matlab工具箱,里面有详细的说明文档.」· M 代码 · 共 11 行

M
11
字号
% Functions that define demos of various routines that are run by% run_demo or turned into scripts (to be modified or otherwise% played around with) by dump_demo (planned but not yet written).%%   demo_get_data   - Demo of RBF design matrix utility.%   demo_rbf_fs_2   - Demo of regularised forward selection of RBFs.%   demo_rbf_rr_2   - Demo of ridge regression with RBFs.%   demo_rbf_rt_1   - Demo of hybrid RBF and regression tree method.%   demo_rbf_rt_2   - Demo of hybrid RBF and regression tree method.%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?