|
OMNeT++ Simulation Library
5.4.1
|
#include <cksplit.h>
Supporting struct for cKSplit. Represents one grid in the k-split data structure.
Public Attributes | |
| int | parent |
| index of parent grid More... | |
| int | reldepth |
| depth = (reldepth - rootgrid's reldepth) More... | |
| double | total |
| sum of cells & all subgrids (also includes 'mother') More... | |
| double | mother |
| observations 'inherited' from mother cell More... | |
| double | cells [K] |
| cell values (sum of weights); if negative: subgrid indices (!!!) More... | |
| int parent |
index of parent grid
| int reldepth |
depth = (reldepth - rootgrid's reldepth)
| double total |
sum of cells & all subgrids (also includes 'mother')
| double mother |
observations 'inherited' from mother cell
| double cells[K] |
cell values (sum of weights); if negative: subgrid indices (!!!)