projects
/
nngd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix typo
[nngd.git]
/
README.md
1
# nngd
2
3
Build nearest-neighbors graph in a ~efficient way.
4
5
Compute graph distances + ECTD distances.
6
7
Use file knncpp.h from https://github.com/Rookfighter/knn-cpp :
8
wget https://raw.githubusercontent.com/Rookfighter/knn-cpp/master/include/knncpp.h
9
10
## Usage
11
12
roxygenize(".") <br>
13
R CMD INSTALL . <br>
14
library(nngd) <br>
15
?nng <br>
16
?ectd <br>