public class TestKDTree extends Object
Constructor and Description |
---|
TestKDTree() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected static boolean |
testNearestNeighbor(int numDimensions,
int numPoints,
int numTests,
float min,
float max) |
protected static boolean |
testNNearestNeighbor(int neighbors,
int numDimensions,
int numPoints,
int numTests,
float min,
float max) |
protected static boolean testNNearestNeighbor(int neighbors, int numDimensions, int numPoints, int numTests, float min, float max)
protected static boolean testNearestNeighbor(int numDimensions, int numPoints, int numTests, float min, float max)
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.