Skip to content

Commit

Permalink
Converted to a maven project
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebatty committed Feb 3, 2015
1 parent ebebe53 commit bca354b
Show file tree
Hide file tree
Showing 20 changed files with 127 additions and 1,571 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/nbproject/private/
/build/
/dist/
/dist/
/target/
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
#java-graphs
Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...

##Download
https://github.com/tdebatty/java-graphs/releases
##Installation

Using maven:
```
<dependency>
<groupId>info.debatty</groupId>
<artifactId>java-graphs</artifactId>
<version>0.1</version>
</dependency>
```

Or from the [releases page](https://github.com/tdebatty/java-graphs/releases).


##NN-Descent
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.
Expand Down
79 changes: 0 additions & 79 deletions build.xml

This file was deleted.

3 changes: 0 additions & 3 deletions manifest.mf

This file was deleted.

Loading

0 comments on commit bca354b

Please sign in to comment.