s

spark-neighbors_2.10

Spark-based approximate nearest neighbor search using locality-sensitive hashing
https://github.com/karlhigley/spark-neighbors
MIT
com.github.karlhigley
Karl Higley
Files download
File Operation
spark-neighbors_2.10-0.2.2.jar download
spark-neighbors_2.10-0.2.2.pom download
spark-neighbors_2.10-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.karlhigley</groupId>
  <artifactId>spark-neighbors_2.10</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.karlhigley:spark-neighbors_2.10:0.2.2'
Gradle Kotlin
implementation("com.github.karlhigley:spark-neighbors_2.10:0.2.2")
Scala SBT
libraryDependencies += "com.github.karlhigley" % "spark-neighbors_2.10" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.karlhigley', module='spark-neighbors_2.10', version='0.2.2')
)
Apache Ivy
<dependency org="com.github.karlhigley" name="spark-neighbors_2.10" rev="0.2.2" />
Leiningen
[com.github.karlhigley/spark-neighbors_2.10 "0.2.2"]
Apache Buildr
'com.github.karlhigley:spark-neighbors_2.10:jar:0.2.2'