|
barry: Your go-to motif accountant
0.0-1
Full enumeration of sample space and fast count of sufficient statistics for binary arrays
|
#include <defm-types.hpp>
Public Member Functions | |
| double | num (size_t i) const |
| size_t | idx (size_t i) const |
| bool | is_true (size_t i) const |
| DEFMRuleData () | |
| DEFMRuleData (std::vector< double > numbers_, std::vector< size_t > indices_, std::vector< bool > logical_) | |
| DEFMRuleData (std::vector< double > numbers_, std::vector< size_t > indices_) | |
Public Attributes | |
| std::vector< double > | numbers |
| std::vector< size_t > | indices |
| std::vector< bool > | logical |
| bool | init = false |
Definition at line 91 of file defm-types.hpp.