traverseKdTree: Traverse an object of type kd.tree

Description Usage Arguments Author(s)

Description

Traverses the KD-Tree recursively, applying the function FUN to each node

Usage

1
traverseKdTree(kdtree, FUN, ...)

Arguments

kdtree

An object of type kd.tree

FUN

This function will be given a node as the first parameter

...

Optional arguments to pass on to FUN

Author(s)

Jurian Baas


Jurian/nearest.neighbour documentation built on May 23, 2019, 3:11 p.m.