Online Random Forest Classifier

This is an implementation of an online random forest classifier in Java. The implementation details and architecture relies on the implementation of Amir Saffari. However, we enhanced the original implementation in several ways.

ORF Classifer

SourceCode:available on GitHub
Binary:available on GitHub
Documentation:comming soon

 

Supports

Quality MeasurementsInformation Gain, Gini Index
Feature Thresholdrandom, incremental
ThreadingYes
Export/ImportComing soon
Java1.7 and newer (compatible with Android)

 

Usage