MVN

info.debatty : spark-nndescent

Maven & Gradle

May 18, 2015

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.

<dependency>
    <groupId>info.debatty</groupId>
    <artifactId>spark-nndescent</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.debatty : spark-nndescent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of info.debatty : spark-nndescent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
spark-nndescent-0.1

How to add a dependency to Maven

Add the following info.debatty : spark-nndescent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.debatty</groupId>
    <artifactId>spark-nndescent</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.debatty : spark-nndescent gradle dependency to your build.gradle file:

implementation 'info.debatty:spark-nndescent:0.1'

Gradle Kotlin DSL: Add the following info.debatty : spark-nndescent gradle kotlin dependency to your build.gradle.kts file:

implementation("info.debatty:spark-nndescent:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.debatty : spark-nndescent sbt scala dependency to your build.sbt file:

libraryDependencies += "info.debatty" % "spark-nndescent" % "0.1"

Advertisement

Dependencies from Group

39 usages
2.4k stars
Jun 24, 2019
10 usages
268 stars
Oct 29, 2020
3 usages
1 stars
Nov 23, 2017
2 usages
34 stars
Sep 08, 2017
2 usages
5 stars

Discover Dependencies

May 18, 2015
2 usages
3 stars
May 18, 2015
2 usages
3 stars
May 18, 2015
4 usages
3 stars
May 18, 2015
3 stars
May 18, 2015
3 stars
Nov 10, 2015
6 stars