|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.iface.KDTree.IntNode
public static class KDTree.IntNode
K-D-tree node for discrete data (ZK space).
Field Summary | |
---|---|
int |
cardinality
Subtree cardinality (number of stored samples), if applicable. |
int[] |
data
Node data: samples in leaf node or average value (color) in inner node.. |
int |
dim
Splitting dimension. |
KDTree.IntNode |
left
Left subtree (lower coordinates). |
int[] |
lower
Lower bounds [x,y,z..]. |
KDTree.IntNode |
median
Dividing - median - hyperplane (dim-1). |
KDTree.IntNode |
right
Right subtree (greater coordinates). |
int |
split
Splitting position = lowest coordinate of the right (upper) cell. |
int[] |
upper
Upper bounds [x,y,z..]. |
Constructor Summary | |
---|---|
KDTree.IntNode()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int cardinality
public int[] lower
public int[] upper
public int dim
public int split
public int[] data
public KDTree.IntNode left
public KDTree.IntNode median
public KDTree.IntNode right
Constructor Detail |
---|
public KDTree.IntNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |