nngd.git
descriptionUnnamed repository; edit this file 'description' to name the repository.
last changeTue, 7 Dec 2021 00:35:09 +0000 (01:35 +0100)

nngd

Build nearest-neighbors graph in a ~efficient way.

Compute graph distances + ECTD distances.

Use file knncpp.h from https://github.com/Rookfighter/knn-cpp : wget https://raw.githubusercontent.com/Rookfighter/knn-cpp/master/include/knncpp.h

Usage

roxygenize(“.”)
R CMD INSTALL .
library(nngd)
?nng
?ectd

shortlog
2021-12-07 Benjamin AuderFix typo main
2021-12-06 Benjamin AuderFix .gitignore
2021-12-06 Benjamin AuderAdd spacings in README
2021-12-06 Benjamin AuderFirst commit
heads
2 years ago main