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 Measurements | Information Gain, Gini Index |
Feature Threshold | random, incremental |
Threading | Yes |
Export/ | Coming soon |
Java | 1.7 and newer (compatible with Android) |
Usage
More: Runnable example