![]() |
ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
|
One independent Bernoulli world variable. More...
#include "JointEncoding.h"
Public Attributes | |
| std::string | token |
| Provenance token (UUID) of the leaf. | |
| double | prob = 1.0 |
| Marginal probability. | |
One independent Bernoulli world variable.
In the data-graph regime each fact is its own event; the correlated regime makes events the leaves of the shared circuit slice.
Definition at line 126 of file JointEncoding.h.
| double Event::prob = 1.0 |
Marginal probability.
Definition at line 128 of file JointEncoding.h.
| std::string Event::token |
Provenance token (UUID) of the leaf.
Definition at line 127 of file JointEncoding.h.