public class GKDNode
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
GKDNode.Result |
Modifier and Type | Field and Description |
---|---|
float |
cut |
int |
dimension |
int |
leftChild |
int |
rightChild |
Constructor and Description |
---|
GKDNode() |
Modifier and Type | Method and Description |
---|---|
void |
setLeftChild(int index) |
void |
setRightChild(int index) |