|
barry: Your go-to motif accountant
0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
|
A wrapper class to store source, target, val from a BArray object.
More...
#include <typedefs.hpp>
Public Member Functions | |
| Entries () | |
| Entries (size_t n) | |
| ~Entries () | |
| void | resize (size_t n) |
Public Attributes | |
| std::vector< size_t > | source |
| std::vector< size_t > | target |
| std::vector< Cell_Type > | val |
A wrapper class to store source, target, val from a BArray object.
| Cell_Type | Any type |
Definition at line 78 of file typedefs.hpp.
Definition at line 84 of file typedefs.hpp.
Definition at line 85 of file typedefs.hpp.
Definition at line 92 of file typedefs.hpp.
|
inline |
Definition at line 94 of file typedefs.hpp.
| std::vector< size_t > Entries< Cell_Type >::source |
Definition at line 80 of file typedefs.hpp.
| std::vector< size_t > Entries< Cell_Type >::target |
Definition at line 81 of file typedefs.hpp.
| std::vector< Cell_Type > Entries< Cell_Type >::val |
Definition at line 82 of file typedefs.hpp.