#include <plUnknown.h>
Inheritance diagram for plUnknown:
Public Member Functions | |
plUnknown (const plVariablesConjunction &variable) | |
Constructs an unknown distribution on a set of variables {variable}. When using an unknown probability distribution on v (P(v)), we are only allowed to define inference problems that do not require this distribution (i.e the inferred expressions do not contain the P(v) term). | |
virtual | ~plUnknown () |
Default destructor. |
Definition at line 30 of file plUnknown.h.
|
Constructs an unknown distribution on a set of variables {variable}. Unknown distributions are used to provide the user with a formal way of writing correct decompositions (joint distributions), but are not intended to produce any numerical results. All methods applied to this distribution will result into an error. |