OMNeT++ Simulation Library  5.4.1
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

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


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