?? friedman.m
字號:
% The 4D example in the rbf_rt_1 manual page.clear% 4D data set.[X, y] = get_data('friedman');% Configure the method.conf.minmem = [3 4 5];conf.scales = [7 8 9];conf.timer = '4D';% Run the method.[C, R, w, info] = rbf_rt_1(X, y, conf);% Print out split statistics.disp(info.tree.split.number)disp(info.tree.split.order)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -