librf: C++ random forests library

Benjamin N Lee

This is a somewhat naive implementation of Random Forests in C++. The code is heavily influenced by the original Fortran implementation as well as the Weka version. Documentation(in progress)


Note: RF and Random Forests are registered trademarks of Leo Breiman and Adele Cutler.

Project blog
Leave a comment on the librf blog

SVN repository
Currently, the code is hosted here.

Download
Here's the latest librf release

Limitations:

Todo:
Other random forests implementations: