s

spark-curves_2.13

Apache Spark extension library to calculate curve similarity, clustering, etc.
https://github.com/ToyotaInfoTech/spark-curves
Apache 2
ToyotaInfoTech
Takatomo Torigoe
Files download
File Operation
spark-curves_2.13-0.4.0.jar download
spark-curves_2.13-0.4.0.pom download
spark-curves_2.13-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.toyotainfotech</groupId>
  <artifactId>spark-curves_2.13</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.toyotainfotech:spark-curves_2.13:0.4.0'
Gradle Kotlin
implementation("io.github.toyotainfotech:spark-curves_2.13:0.4.0")
Scala SBT
libraryDependencies += "io.github.toyotainfotech" % "spark-curves_2.13" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.toyotainfotech', module='spark-curves_2.13', version='0.4.0')
)
Apache Ivy
<dependency org="io.github.toyotainfotech" name="spark-curves_2.13" rev="0.4.0" />
Leiningen
[io.github.toyotainfotech/spark-curves_2.13 "0.4.0"]
Apache Buildr
'io.github.toyotainfotech:spark-curves_2.13:jar:0.4.0'