Skip to content

Securonix/mondrianforest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")