|
barry: Your go-to motif accountant
0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
|
Data class used to store arbitrary size_t or double vectors. More...
#include <network.hpp>
Public Member Functions | |
| NetCounterData () | |
| NetCounterData (const std::vector< size_t > &indices_, const std::vector< double > &numbers_) | |
| ~NetCounterData () | |
Public Attributes | |
| std::vector< size_t > | indices |
| std::vector< double > | numbers |
Data class used to store arbitrary size_t or double vectors.
Definition at line 56 of file network.hpp.
|
inline |
Definition at line 62 of file network.hpp.
|
inline |
Definition at line 63 of file network.hpp.
|
inline |
Definition at line 68 of file network.hpp.
| std::vector< size_t > NetCounterData::indices |
Definition at line 59 of file network.hpp.
| std::vector< double > NetCounterData::numbers |
Definition at line 60 of file network.hpp.