Package | Description |
---|---|
gkdtree |
The basic files required for the implementation of the Gaussian kd-tree.
|
Modifier and Type | Class and Description |
---|---|
class |
GKDInnerNode
Inner nodes of the kd-tree.
|
class |
GKDLeafNode
Leaf nodes of the kd-tree.
|
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) |