karlhigley / spark-neighbors   0.2.2

MIT License GitHub

Spark-based approximate nearest neighbor search using locality-sensitive hashing

Scala versions: 2.10

spark-neighbors 0.2.1


Group ID:
com.github.karlhigley
Artifact ID:
spark-neighbors_2.10
Version:
0.2.1
Release Date:
Jun 27, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.10.5
Developers:

libraryDependencies += "com.github.karlhigley" %% "spark-neighbors" % "0.2.1"

Mill build tool

ivy"com.github.karlhigley::spark-neighbors:0.2.1"

Scala CLI

//> using dep "com.github.karlhigley::spark-neighbors:0.2.1"

Ammonite REPL

import $ivy.`com.github.karlhigley::spark-neighbors:0.2.1`

<dependency>
  <groupId>com.github.karlhigley</groupId>
  <artifactId>spark-neighbors_2.10</artifactId>
  <version>0.2.1</version>
</dependency>

compile group: 'com.github.karlhigley', name: 'spark-neighbors_2.10', version: '0.2.1'