Saving and incrementally updating nearest-neighbor model in R

前端 未结 2 514
谎友^
谎友^ 2021-02-01 14:07

There are several nearest neighbor R packages (e.g., FNN, RANN, yaImpute) but none of them seem to allow saving off the NN data structure (cover tree, KD tree etc.) so that the

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-01 15:00

    The nabor package lets you build a tree and subsequently perform queries on it. But I don't think it lets you update the tree incrementally.

提交回复
热议问题