Project
Loading...
Searching...
No Matches
o2::rans::DatasetProperties< source_T > Struct Template Reference

#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 {{}}
 

Detailed Description

template<typename source_T>
struct o2::rans::DatasetProperties< source_T >

Definition at line 43 of file properties.h.

Member Typedef Documentation

◆ source_type

Definition at line 44 of file properties.h.

Member Data Documentation

◆ alphabetRangeBits

template<typename source_T >
uint32_t o2::rans::DatasetProperties< source_T >::alphabetRangeBits {}

Definition at line 49 of file properties.h.

◆ entropy

template<typename source_T >
float_t o2::rans::DatasetProperties< source_T >::entropy {}

Definition at line 51 of file properties.h.

◆ max

template<typename source_T >
source_type o2::rans::DatasetProperties< source_T >::max {}

Definition at line 47 of file properties.h.

◆ min

template<typename source_T >
source_type o2::rans::DatasetProperties< source_T >::min {}

Definition at line 46 of file properties.h.

◆ numSamples

template<typename source_T >
size_t o2::rans::DatasetProperties< source_T >::numSamples {}

Definition at line 48 of file properties.h.

◆ nUsedAlphabetSymbols

template<typename source_T >
uint32_t o2::rans::DatasetProperties< source_T >::nUsedAlphabetSymbols {}

Definition at line 50 of file properties.h.

◆ symbolLengthDistribution

template<typename source_T >
std::array<uint32_t, 32> o2::rans::DatasetProperties< source_T >::symbolLengthDistribution {{}}

Definition at line 52 of file properties.h.

◆ weightedSymbolLengthDistribution

template<typename source_T >
std::array<uint32_t, 32> o2::rans::DatasetProperties< source_T >::weightedSymbolLengthDistribution {{}}

Definition at line 53 of file properties.h.


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