Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 546 Bytes

mondrianforest

This is the home page of my R implementation of the Mondrian forest algorithms introduced in Lakshminarayanan at al., 2014. Mondrian forest is an online alternative to random forest. So far, it only supports classification. Please see the vignette for examples and explanations of its behavior.

Install with

# install.packages('devtools')
devtools::install_github('millerjoey/mondrianforest')

For a demo, call

vignette("mondrianforest")