Grid Struct Reference¶
|
API
|
cKSplit::Grid Struct Reference
Public Attributes | |
| 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 (!!!) | |
Description
Supporting struct for cKSplit. Represents one grid in the k-split data structure.
Member Data Documentation
◆ parent
| int parent |
index of parent grid
◆ reldepth
| int reldepth |
depth = (reldepth - rootgrid's reldepth)
◆ total
| double total |
sum of cells & all subgrids (also includes 'mother')
◆ mother
| double mother |
observations 'inherited' from mother cell
◆ cells
| double cells[K] |
cell values (sum of weights); if negative: subgrid indices (!!!)
Generated on for API by