Package | Description |
---|---|
gkdtree |
The basic files required for the implementation of the Gaussian kd-tree.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<GKDNode.Result> |
GKDTree.queryIntoTree(float[] pos,
float sigma,
int num_samples)
Starts a Gaussian query at the leaf node.
|
Modifier and Type | Method and Description |
---|---|
void |
GKDLeafNode.query(float[] pos,
float sigma,
int num_samples,
java.util.ArrayList<GKDNode.Result> results,
float p,
java.util.ArrayList<GKDNode> nodes) |
void |
GKDInnerNode.query(float[] pos,
float sigma,
int num_samples,
java.util.ArrayList<GKDNode.Result> results,
float p,
java.util.ArrayList<GKDNode> nodes) |