Code covered by the BSD License
-
Stochastic_Bosque(Data,Labels...
Random_Forest = Stochastic_Bosque(Data,Labels,varargin)
-
cartree(Data,Labels,varargin)
RETree = cartree(Data,Labels,varargin)
-
eval_Stochastic_Bosque(Data,R...
Returns the output of the ensemble (f_output) as well
-
eval_cartree(Data,RETree)
Evaluates the tree output
-
getargs(pnames,dflts,varargin)
% getargs() processes parameter name/value pairs, allowing a function
-
weighted_hist(fdata,weights,n...
WEIGHTED_HIST Computes weighted histograms
-
mx_compile_cartree.m
-
View all files
Random Forest
by Leo
13 Apr 2011
(Updated 11 Apr 2012)
Creates an ensemble of cart trees similar to the matlab TreeBagger class.
|
Watch this File
|
| File Information |
| Description |
An alternative to the Matlab Treebagger class written in C++ and Matlab.
Creates an ensemble of cart trees (Random Forests). The code includes an implementation of cart trees which are
considerably faster to train than the matlab's classregtree.
Compiled and tested on 64-bit Ubuntu.
|
| Acknowledgements |
Getargs.M
inspired this file.
|
| MATLAB release |
MATLAB 7.9 (R2009b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 14 Jun 2011 |
Removed implicit assumption of distinct feature values, removed statistical toolbox dependency, removed internal command dependency |
| 11 Apr 2012 |
Fixed bug (see comment by c.) |
|
Contact us