HIBF 1.0.0-rc.1
|
Stores information of the previous level of a given IBF. More...
#include <hibf/layout/data_store.hpp>
Public Member Functions | |
bool | empty () const |
Public Attributes | |
std::vector< size_t > | bin_indices {} |
std::string | num_of_bins |
Stores information of the previous level of a given IBF.
When computing a hierarchical layout, the data_store
data structure is used with local copies for each IBF within the hierarchical structure of the HIBF. To keep track of the hierarchy, the previous_level
stores information about the previous level (where the corresponding merged bin is located).