Last Version

java-graphs 0.41

Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...

License

License

Categories

Categories

Java Languages
GroupId

GroupId

info.debatty
ArtifactId

ArtifactId

java-graphs
Version

Version

0.41
Type

Type

jar
Description

Description

java-graphs
Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...
Project URL

Project URL

https://github.com/tdebatty/java-graphs

Download java-graphs 0.41


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

Dependencies

compile (3)

Group / Artifact Type Version
info.debatty : java-string-similarity jar 0.13
info.debatty : java-spamsum jar 0.1
org.slf4j : slf4j-api jar 1.7.22

test (3)

Group / Artifact Type Version
junit : junit jar 3.8.2
ch.qos.logback : logback-classic jar 1.2.1
ch.qos.logback : logback-core jar 1.2.1

Project Modules

There are no modules declared in this project.