cljfastdtw

A Clojure wrapper around FastDTW by Stan Salvador and Philip Chan.

Leiningen/Boot

[cljfastdtw "1.0.4-SNAPSHOT"]

Clojure CLI/deps.edn

cljfastdtw/cljfastdtw {:mvn/version "1.0.4-SNAPSHOT"}

Gradle

implementation("cljfastdtw:cljfastdtw:1.0.4-SNAPSHOT")

Maven

<dependency>
  <groupId>cljfastdtw</groupId>
  <artifactId>cljfastdtw</artifactId>
  <version>1.0.4-SNAPSHOT</version>
</dependency>