Reels
Loading...
Searching...
No Matches
Public Attributes | List of all members
reels::CodeInTreeStatistics Struct Reference

CodeInTreeStatistics: A structure to compute aggregated statistics of for each code. More...

#include <reels.h>

Public Attributes

uint64_t n_succ_seen
 
uint64_t n_succ_target
 
uint64_t n_incl_seen
 
uint64_t n_incl_target
 
uint64_t sum_dep
 Sum of tree depth to estimate mean depth. More...
 
int n_dep
 Number of elements sum_dep has. More...
 

Detailed Description

CodeInTreeStatistics: A structure to compute aggregated statistics of for each code.

Member Data Documentation

◆ n_dep

int reels::CodeInTreeStatistics::n_dep

Number of elements sum_dep has.

◆ n_incl_seen

uint64_t reels::CodeInTreeStatistics::n_incl_seen

clips that with the node (target and no target).

◆ n_incl_target

uint64_t reels::CodeInTreeStatistics::n_incl_target

clips that visited the node with the target.

◆ n_succ_seen

uint64_t reels::CodeInTreeStatistics::n_succ_seen

clips that visited the parents (target and no target) of all nodes before this code in tree.

◆ n_succ_target

uint64_t reels::CodeInTreeStatistics::n_succ_target

clips with the target of all nodes before this code in tree (after in sequence).

◆ sum_dep

uint64_t reels::CodeInTreeStatistics::sum_dep

Sum of tree depth to estimate mean depth.


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