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.
SourceCode: | available on GitHub |
Binary: | available on GitHub |
Documentation: | comming soon |
Quality Measurements | Information Gain, Gini Index |
Feature Threshold | random, incremental |
Threading | Yes |
Export/ | Coming soon |
Java | 1.7 and newer (compatible with Android) |
More: Runnable example