Thanks to visit codestin.com
Credit goes to github.com

Skip to content

saerxiao/randomForest

Repository files navigation

Simple Random Forest Classifier

This is a simple random forest classifier implementation in Java following the notes from the technical report from MSR. Included is an axis-aligned learner which is tested on two synthetic datasets: a four-class uniformly distributed dataset and a five-class spiral dataset. The unit tests for the axis-aligned learner also generate some nifty visualizations (roughly plotted via Java 2D), which are included below:

This implementation was originally created to help me understand how random forests work. It's not optimized for performance.

Project setup uses gradle. To get started, checkout and run,

./gradlew test

About

Simple Random Forest Classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages