java-graphs

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
Last Version

Last Version

0.41
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
0.41
0.40
0.39
0.38
0.37
0.36
0.35
0.34
0.33
0.32
0.31
0.30
0.29
0.28
0.27
0.26
0.25
0.24
0.23
0.22
0.21
0.20
0.19
0.18
0.17
0.16
0.15
0.14
0.13
0.12
0.11
0.10
0.9
0.7
0.6
0.4
0.3
0.2
0.1