OMNeT++ Simulation Library  6.0.3
cKSplit::Grid Struct Reference

#include <cksplit.h>

Description

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...
 

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 (!!!)


The documentation for this struct was generated from the following file: