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
文件下载
文件名 操作
java-graphs-0.37.jar 下载
java-graphs-0.37.pom 下载
java-graphs-0.37-sources.jar 下载
Apache Maven
<dependency>
  <groupId>info.debatty</groupId>
  <artifactId>java-graphs</artifactId>
  <version>0.37</version>
</dependency>
Gradle Groovy
implementation 'info.debatty:java-graphs:0.37'
Gradle Kotlin
implementation("info.debatty:java-graphs:0.37")
Scala SBT
libraryDependencies += "info.debatty" % "java-graphs" % "0.37"
Groovy Grape
@Grapes(
  @Grab(group='info.debatty', module='java-graphs', version='0.37')
)
Apache Ivy
<dependency org="info.debatty" name="java-graphs" rev="0.37" />
Leiningen
[info.debatty/java-graphs "0.37"]
Apache Buildr
'info.debatty:java-graphs:jar:0.37'