Hellwalker / randomforest-matlab

Automatically exported from code.google.com/p/randomforest-matlab
0 stars 0 forks source link

how to use random forest in matlab #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i need to know that what are the basic step required to be done so that i could 
use random forest in MATLAB?
any complete documentation on programs given here (in standalone) would be much 
appreciated so that any novice could understand the capability of random forest 
and how it could help lot in MATLAB.

Original issue reported on code.google.com by abhi4emb...@gmail.com on 21 Dec 2011 at 7:46

GoogleCodeExporter commented 8 years ago
Hi
i have some basic introduction in 
http://code.google.com/p/randomforest-matlab/wiki/Introduction

there are a couple of tutorial_*.m files in both classification and regression 
code in RF_Class_C and RF_Reg_C. the code in those tutorial files show how to 
use the package.

the theory behind random forests is best explained in 
http://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm

i hope this helps

Original comment by abhirana on 23 Dec 2011 at 10:24

GoogleCodeExporter commented 8 years ago

Original comment by abhirana on 31 Mar 2012 at 8:40