Constructor and Description |
---|
NNearestNeighborSearch(KDTree<T> kdTree) |
Modifier and Type | Method and Description |
---|---|
T[] |
findNNearestNeighbors(T point,
int n) |
int |
findNNearestNeighbors(T point,
Node<T> node,
int depth,
int gotAlready,
T[] result) |
KDTree<T> |
getKDTree() |
String |
toString(T leaf) |
String |
toString(T[] array,
int length) |
Copyright © 2015–2021 Fiji. All rights reserved.