j

java-graphs

Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...
https://github.com/tdebatty/java-graphs
MIT License
Thibault Debatty
Files download
File Operation
java-graphs-0.25.jar download
java-graphs-0.25.pom download
java-graphs-0.25-sources.jar download
Apache Maven
<dependency>
  <groupId>info.debatty</groupId>
  <artifactId>java-graphs</artifactId>
  <version>0.25</version>
</dependency>
Gradle Groovy
implementation 'info.debatty:java-graphs:0.25'
Gradle Kotlin
implementation("info.debatty:java-graphs:0.25")
Scala SBT
libraryDependencies += "info.debatty" % "java-graphs" % "0.25"
Groovy Grape
@Grapes(
  @Grab(group='info.debatty', module='java-graphs', version='0.25')
)
Apache Ivy
<dependency org="info.debatty" name="java-graphs" rev="0.25" />
Leiningen
[info.debatty/java-graphs "0.25"]
Apache Buildr
'info.debatty:java-graphs:jar:0.25'