summaryrefslogtreecommitdiff
path: root/math/ranger
AgeCommit message (Collapse)AuthorFilesLines
2016-08-26Fix pthread use.joerg1-1/+3
2016-08-19Importing math/rangercheusov4-0/+37
Ranger is a fast implementation of random forest (Breiman 2001) or recursive partitioning, particularly suited for high dimensional data. Classification, regression, probability estimation and survival forests are supported. Classification and regression forests are implemented as in the original Random Forest (Breiman 2001), survival forests as in Random Survival Forests (Ishwaran et al. 2008). For probability estimation forests see Malley et al. (2012).