License |
License |
---|---|
GroupId | GroupIdinfo.debatty |
ArtifactId | ArtifactIdspark-nndescent |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspark-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.
|
Filename | Size |
---|---|
spark-nndescent-0.1.pom | |
spark-nndescent-0.1.jar | 15 KB |
spark-nndescent-0.1-sources.jar | 3 KB |
spark-nndescent-0.1-javadoc.jar | 42 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.spark : spark-core_2.11 | jar | RELEASE |
info.debatty : java-graphs | jar | RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |