org.replikativ/umap-rstr

UMAP (Uniform Manifold Approximation and Projection) for Clojure — a faithful port of umap-learn built on the raster typed-dispatch compiler.

Leiningen/Boot

[org.replikativ/umap-rstr "0.1.8"]

Clojure CLI/deps.edn

org.replikativ/umap-rstr {:mvn/version "0.1.8"}

Gradle

implementation("org.replikativ:umap-rstr:0.1.8")

Maven

<dependency>
  <groupId>org.replikativ</groupId>
  <artifactId>umap-rstr</artifactId>
  <version>0.1.8</version>
</dependency>