ProvSQL C/C++ API
Adding support for provenance and uncertainty management to PostgreSQL databases
Loading...
Searching...
No Matches
Event Struct Reference

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.

Detailed Description

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.

Member Data Documentation

◆ prob

double Event::prob = 1.0

Marginal probability.

Definition at line 128 of file JointEncoding.h.

◆ token

std::string Event::token

Provenance token (UUID) of the leaf.

Definition at line 127 of file JointEncoding.h.


The documentation for this struct was generated from the following file: