Context algorithm
Semi-predictive context algorithm implementation
 All Data Structures Files Functions Variables Typedefs Macros Pages
statistics Struct Reference

Structure that saves statistics for each tree node in the encoder. More...

#include <statistics.h>

Data Fields

Uintcount
 List with the number of occurrences of each character in this state. More...
 
Ucharsymbols
 List of occuring symbols. More...
 
Uint symbolCount
 Number of occuring symbols. More...
 
double cost
 Cost assigned to this subtree. More...
 

Detailed Description

Structure that saves statistics for each tree node in the encoder.

Definition at line 25 of file statistics.h.

Field Documentation

double statistics::cost

Cost assigned to this subtree.

Definition at line 29 of file statistics.h.

Uint* statistics::count

List with the number of occurrences of each character in this state.

Definition at line 26 of file statistics.h.

Uint statistics::symbolCount

Number of occuring symbols.

Definition at line 28 of file statistics.h.

Uchar* statistics::symbols

List of occuring symbols.

Definition at line 27 of file statistics.h.


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