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년 초과 전 | 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년 초과 전 | 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년 초과 전 | 답변 수: 2 | 0

