![]() |
Project
|
#include <properties.h>
Public Types | |
using | source_type = source_T |
Public Attributes | |
source_type | min {} |
source_type | max {} |
size_t | numSamples {} |
uint32_t | alphabetRangeBits {} |
uint32_t | nUsedAlphabetSymbols {} |
float_t | entropy {} |
std::array< uint32_t, 32 > | symbolLengthDistribution {{}} |
std::array< uint32_t, 32 > | weightedSymbolLengthDistribution {{}} |
Definition at line 43 of file properties.h.
using o2::rans::DatasetProperties< source_T >::source_type = source_T |
Definition at line 44 of file properties.h.
uint32_t o2::rans::DatasetProperties< source_T >::alphabetRangeBits {} |
Definition at line 49 of file properties.h.
float_t o2::rans::DatasetProperties< source_T >::entropy {} |
Definition at line 51 of file properties.h.
source_type o2::rans::DatasetProperties< source_T >::max {} |
Definition at line 47 of file properties.h.
source_type o2::rans::DatasetProperties< source_T >::min {} |
Definition at line 46 of file properties.h.
size_t o2::rans::DatasetProperties< source_T >::numSamples {} |
Definition at line 48 of file properties.h.
uint32_t o2::rans::DatasetProperties< source_T >::nUsedAlphabetSymbols {} |
Definition at line 50 of file properties.h.
std::array<uint32_t, 32> o2::rans::DatasetProperties< source_T >::symbolLengthDistribution {{}} |
Definition at line 52 of file properties.h.
std::array<uint32_t, 32> o2::rans::DatasetProperties< source_T >::weightedSymbolLengthDistribution {{}} |
Definition at line 53 of file properties.h.