net.clojars.oyvinht/id3

Implementation of Quinlans Iterative Dichotomiser 3.

Leiningen/Boot

[net.clojars.oyvinht/id3 "1.0.0"]

Clojure CLI/deps.edn

net.clojars.oyvinht/id3 {:mvn/version "1.0.0"}

Gradle

implementation("net.clojars.oyvinht:id3:1.0.0")

Maven

<dependency>
  <groupId>net.clojars.oyvinht</groupId>
  <artifactId>id3</artifactId>
  <version>1.0.0</version>
</dependency>