random-forests-clj

An implementation of Random Forests for classification in Clojure

Leiningen/Boot

[random-forests-clj "0.2.0"]

Clojure CLI/deps.edn

random-forests-clj/random-forests-clj {:mvn/version "0.2.0"}

Gradle

implementation("random-forests-clj:random-forests-clj:0.2.0")

Maven

<dependency>
  <groupId>random-forests-clj</groupId>
  <artifactId>random-forests-clj</artifactId>
  <version>0.2.0</version>
</dependency>