lppl
v2.0.0
|
A fundamental data structure that includes address, distribution, sampled value type, score, whether the value was observed, and a markov process over interpretations. More...
#include "record.hpp"
Public Member Functions | |
std::string | string () const |
Returns a string representation of the node, not including interpretation. More... | |
Public Attributes | |
D | distribution |
node_interpretation | interp |
node_interpretation | last_interp |
double | logprob |
bool | obs |
DSType< D > | value |
A fundamental data structure that includes address, distribution, sampled value type, score, whether the value was observed, and a markov process over interpretations.
D | the type of the distribution in the node; the value type is deduced from the distribution |