Skip to content

An experimental implementation of Random Forest algorithm in Clojure.

License

Notifications You must be signed in to change notification settings

fanannan/randomforest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

randomforest

An experimental implementation of Random Forest algorithm in Clojure.

This implementation employs binary decisontrees of which nodes are build with Gini coefficient valuation. Only regression is supported and classification is under development. No post-pruning is implemented.

Usage

See core.clj. The detail of the configuration and the data structure is described on core.clj and decisiontree.clj, respectively.

License

Copyright © 2014 Takahiro SAWADA

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

An experimental implementation of Random Forest algorithm in Clojure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published