clj-ml

Machine Learning library for Clojure built around Weka and friends

Leiningen/Boot

[clj-ml "0.0.3-SNAPSHOT"]

Clojure CLI/deps.edn

clj-ml/clj-ml {:mvn/version "0.0.3-SNAPSHOT"}

Gradle

implementation("clj-ml:clj-ml:0.0.3-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-ml</groupId>
  <artifactId>clj-ml</artifactId>
  <version>0.0.3-SNAPSHOT</version>
</dependency>