nngd.git
descriptionUnnamed repository; edit this file 'description' to name the repository.
last changeWed, 15 Jan 2025 21:38:36 +0000 (22:38 +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

R CMD INSTALL .
library(nngd)
?nng
?ectd

shortlog
71 min ago Benjamin AuderAdd required files for a github_install main
2021-12-07 Benjamin AuderFix typo
2021-12-06 Benjamin AuderFix .gitignore
2021-12-06 Benjamin AuderAdd spacings in README
2021-12-06 Benjamin AuderFirst commit
heads
71 min ago main