Jar examples for j:java-graphs
Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...
You can download jar file java-graphs 0.19 in this page.
MIT License
You can use the following script to add java-graphs-0.19.jar to your project.
<dependency> <groupId>info.debatty</groupId> <artifactId>java-graphs</artifactId> <version>0.19</version> </dependency>
compile group: 'info.debatty', name: 'java-graphs', version: '0.19'
libraryDependencies += "info.debatty" % "java-graphs" % "0.19"
<dependency org="info.debatty" name="java-graphs" rev="0.19"/>
@Grapes(@Grab(group='info.debatty', module='java-graphs', version='0.19'))
'info.debatty:java-graphs:jar:0.19'
Click the following link to download the jar file.
java-graphs-0.19-javadoc.jar