Last Version

spark-nndescent 0.1

Spark implementation of NN-Descent algorithm for building k-nn graphs, based on the paper "Efficient K-Nearest Neighbor Graph Construction for Generic Similarity Measures" by Dong et al.

License

License

GroupId

GroupId

info.debatty
ArtifactId

ArtifactId

spark-nndescent
Version

Version

0.1
Type

Type

jar
Description

Description

spark-nndescent
Spark implementation of NN-Descent algorithm for building k-nn graphs, based on the paper "Efficient K-Nearest Neighbor Graph Construction for Generic Similarity Measures" by Dong et al.

Download spark-nndescent 0.1


<!-- https://jarcasting.com/artifacts/info.debatty/spark-nndescent/ -->
<dependency>
    <groupId>info.debatty</groupId>
    <artifactId>spark-nndescent</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/info.debatty/spark-nndescent/
implementation 'info.debatty:spark-nndescent:0.1'
// https://jarcasting.com/artifacts/info.debatty/spark-nndescent/
implementation ("info.debatty:spark-nndescent:0.1")
'info.debatty:spark-nndescent:jar:0.1'
<dependency org="info.debatty" name="spark-nndescent" rev="0.1">
  <artifact name="spark-nndescent" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.debatty', module='spark-nndescent', version='0.1')
)
libraryDependencies += "info.debatty" % "spark-nndescent" % "0.1"
[info.debatty/spark-nndescent "0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.spark : spark-core_2.11 jar RELEASE
info.debatty : java-graphs jar RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.