Skip to content

Commit bca354b

Browse files
committed
Converted to a maven project
1 parent ebebe53 commit bca354b

20 files changed

+127
-1571
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/nbproject/private/
22
/build/
3-
/dist/
3+
/dist/
4+
/target/

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
#java-graphs
22
Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...
33

4-
##Download
5-
https://github.com/tdebatty/java-graphs/releases
4+
##Installation
5+
6+
Using maven:
7+
```
8+
<dependency>
9+
<groupId>info.debatty</groupId>
10+
<artifactId>java-graphs</artifactId>
11+
<version>0.1</version>
12+
</dependency>
13+
```
14+
15+
Or from the [releases page](https://github.com/tdebatty/java-graphs/releases).
16+
617

718
##NN-Descent
819
Implementation of NN-Descent, as proposed by Dong, Moses and Li; [Efficient k-nearest neighbor graph construction for generic similarity measures](http://portal.acm.org/citation.cfm?doid=1963405.1963487); Proceedings of the 20th international conference on World wide web.

build.xml

Lines changed: 0 additions & 79 deletions
This file was deleted.

manifest.mf

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)