Reels
|
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... | |
CodeInTreeStatistics: A structure to compute aggregated statistics of for each code.
int reels::CodeInTreeStatistics::n_dep |
Number of elements sum_dep has.
uint64_t reels::CodeInTreeStatistics::n_succ_seen |
uint64_t reels::CodeInTreeStatistics::n_succ_target |
uint64_t reels::CodeInTreeStatistics::sum_dep |
Sum of tree depth to estimate mean depth.