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.15 in this page.
MIT License
You can use the following script to add java-graphs-0.15.jar to your project.
<dependency> <groupId>info.debatty</groupId> <artifactId>java-graphs</artifactId> <version>0.15</version> </dependency>
compile group: 'info.debatty', name: 'java-graphs', version: '0.15'
libraryDependencies += "info.debatty" % "java-graphs" % "0.15"
<dependency org="info.debatty" name="java-graphs" rev="0.15"/>
@Grapes(@Grab(group='info.debatty', module='java-graphs', version='0.15'))
'info.debatty:java-graphs:jar:0.15'
Click the following link to download the jar file.
java-graphs-0.15-javadoc.jar