Feeds
已回答
Difference between individual and cumulative oobMargin of TreeBagger
Code using the individual mode that produces the same plot as the cumulative mode is the following. load ionosphere b = ...
Difference between individual and cumulative oobMargin of TreeBagger
Code using the individual mode that produces the same plot as the cumulative mode is the following. load ionosphere b = ...
14 years 前 | 0
已回答
Plotting points as circle
h = impoint hc = get(h,'Children') set(hc(1),'Visible','off') set(hc(2),'MarkerFaceColor','k') set(hc(2),'MarkerEd...
Plotting points as circle
h = impoint hc = get(h,'Children') set(hc(1),'Visible','off') set(hc(2),'MarkerFaceColor','k') set(hc(2),'MarkerEd...
14 years 前 | 1
提问
Difference between individual and cumulative oobMargin of TreeBagger
Why aren't the following two plots the same? b = TreeBagger(500,X,Y,'oobpred','on'); mc = oobMargin(b,'mode','cumulative...
14 years 前 | 2 个回答 | 0

