Inherits o2::rans::Metrics< source_type >.
|
| MetricsTester (const DenseHistogram< source_type > &histogram, float_t cutoffPrecision=0.999) |
|
| MetricsTester (const AdaptiveHistogram< source_type > &histogram, float_t cutoffPrecision=0.999) |
|
| MetricsTester (const SparseHistogram< source_type > &histogram, float_t cutoffPrecision=0.999) |
|
size_t | testComputeRenormingPrecision (float_t cutoffPrecision=0.999) noexcept |
|
size_t | testComputeIncompressibleCount (gsl::span< source_type > distribution, source_type renormingPrecision) noexcept |
|
| Metrics ()=default |
|
| Metrics (const DenseHistogram< source_type > &histogram, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const AdaptiveHistogram< source_type > &histogram, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const SparseHistogram< source_type > &histogram, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const DenseHistogram< source_type > &histogram, source_type min, source_type max, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const AdaptiveHistogram< source_type > &histogram, source_type min, source_type max, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const SparseHistogram< source_type > &histogram, source_type min, source_type max, float_t cutoffPrecision=defaultCutoffPrecision) |
|
const DatasetProperties< source_type > & | getDatasetProperties () const noexcept |
|
DatasetProperties< source_type > & | getDatasetProperties () noexcept |
|
const CoderProperties< source_type > & | getCoderProperties () const noexcept |
|
CoderProperties< source_type > & | getCoderProperties () noexcept |
|
SizeEstimate | getSizeEstimate () const noexcept |
|
Definition at line 113 of file test_ransMetrics.cxx.
◆ MetricsTester() [1/3]
◆ MetricsTester() [2/3]
◆ MetricsTester() [3/3]
◆ testComputeIncompressibleCount()
size_t MetricsTester::testComputeIncompressibleCount |
( |
gsl::span< source_type > |
distribution, |
|
|
source_type |
renormingPrecision |
|
) |
| |
|
inlinenoexcept |
◆ testComputeRenormingPrecision()
size_t MetricsTester::testComputeRenormingPrecision |
( |
float_t |
cutoffPrecision = 0.999 | ) |
|
|
inlinenoexcept |
The documentation for this class was generated from the following file: