#include <chopper/layout/hibf_statistics.hpp>
◆ bin() [1/4]
chopper::layout::hibf_statistics::bin::bin |
( |
| ) |
|
|
default |
◆ bin() [2/4]
chopper::layout::hibf_statistics::bin::bin |
( |
bin const & |
b | ) |
|
|
default |
◆ bin() [3/4]
chopper::layout::hibf_statistics::bin::bin |
( |
bin && |
b | ) |
|
|
default |
◆ ~bin()
chopper::layout::hibf_statistics::bin::~bin |
( |
| ) |
|
|
default |
◆ bin() [4/4]
chopper::layout::hibf_statistics::bin::bin |
( |
bin_kind const |
kind_, |
|
|
size_t const |
spanning_tbs, |
|
|
std::vector< size_t > const & |
user_bin_indices_ |
|
) |
| |
|
inline |
◆ operator=() [1/2]
bin & chopper::layout::hibf_statistics::bin::operator= |
( |
bin && |
| ) |
|
|
default |
◆ operator=() [2/2]
bin & chopper::layout::hibf_statistics::bin::operator= |
( |
bin const & |
| ) |
|
|
default |
◆ cardinality
size_t chopper::layout::hibf_statistics::bin::cardinality |
The size/weight of the bin (either a kmer count or hll sketch estimation).
◆ child_level
level chopper::layout::hibf_statistics::bin::child_level |
[MERGED] The lower level ibf statistics.
◆ child_level_idx
size_t chopper::layout::hibf_statistics::bin::child_level_idx |
[MERGED] The lower level ibf statistics.
◆ kind
bin_kind chopper::layout::hibf_statistics::bin::kind |
Either a split or merged bin.
◆ num_contained_ubs
size_t chopper::layout::hibf_statistics::bin::num_contained_ubs |
[MERGED] How many UBs are merged within this TB.
◆ num_spanning_tbs
size_t chopper::layout::hibf_statistics::bin::num_spanning_tbs |
[SPLIT] How many TBs are used for this sindle UB.
◆ tb_index
size_t chopper::layout::hibf_statistics::bin::tb_index |
◆ user_bin_indices
std::vector<size_t> chopper::layout::hibf_statistics::bin::user_bin_indices |
The user bin indices of this bin.
The documentation for this class was generated from the following file: