#include <cksplit.h>
Represents one grid in the k-split data structure.
Public Attributes | |
| int | parent |
| int | reldepth |
| long | total |
| int | mother |
| int | cells [K] |
|
|
cell values
|
|
|
observations 'inherited' from mother cell
|
|
|
index of parent grid
|
|
|
depth = (reldepth - rootgrid's reldepth)
|
|
|
sum of cells & all subgrids (also includes 'mother')
|
1.4.1