https://github.com/mlab-upenn/DRAdvisor

 

https://github.com/mlab-upenn/DRAdvisor/blob/master/Tool/GUI/Inputs.m

B = TreeBagger(num_trees,Xtrain,Ytrain,'Method','regression','OOBPred','On','OOBVarImp','on',...
'CategoricalPredictors',catcol,'MinLeaf',minleaf);

 

Posted by uniqueone
,