ODRF: Oblique Decision Random Forest for Classification and Regression

The oblique decision tree (ODT) uses linear combinations of predictors as partitioning variables in a decision tree. Oblique Decision Random Forest (ODRF) is an ensemble of multiple ODTs generated by feature bagging. Oblique Decision Boosting Tree (ODBT) applies feature bagging during the training process of ODT-based boosting trees to ensemble multiple boosting trees. All three methods can be used for classification and regression, and ODT and ODRF serve as supplements to the classical CART of Breiman (1984) <DOI:10.1201/9781315139470> and Random Forest of Breiman (2001) <DOI:10.1023/A:1010933404324> respectively.

Package details

AuthorYu Liu [aut, cre, cph], Yingcun Xia [aut]
MaintainerYu Liu <liuyuchina123@gmail.com>
LicenseGPL (>= 3)
Version0.0.5
URL https://liuyu-star.github.io/ODRF/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("ODRF")

Try the ODRF package in your browser

Any scripts or data that you put into this service are public.

ODRF documentation built on June 8, 2025, 11:10 a.m.