Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages