PLearn 0.1
|
#include <RandomVar.h>
Public Member Functions | |
ConditionalExpression (RVInstance lhs, RVInstanceArray rhs) | |
build from both LHS and RHS | |
ConditionalExpression (RVInstance lhs) | |
build from just LHS | |
ConditionalExpression (RandomVar lhs) | |
build from just LHS's RV | |
ConditionalExpression (RVInstanceArray lhs) | |
build from multiple LHS RVInstances: make one RVInstance from the joint of the RVs and the vconcat of the instances. | |
Public Attributes | |
RVInstance | LHS |
RVInstanceArray | RHS |
Definition at line 528 of file RandomVar.h.
PLearn::ConditionalExpression::ConditionalExpression | ( | RVInstance | lhs, |
RVInstanceArray | rhs | ||
) |
build from both LHS and RHS
Definition at line 749 of file RandomVar.cc.
PLearn::ConditionalExpression::ConditionalExpression | ( | RVInstance | lhs | ) |
PLearn::ConditionalExpression::ConditionalExpression | ( | RandomVar | lhs | ) |
build from just LHS's RV
Definition at line 757 of file RandomVar.cc.
PLearn::ConditionalExpression::ConditionalExpression | ( | RVInstanceArray | lhs | ) |
build from multiple LHS RVInstances: make one RVInstance from the joint of the RVs and the vconcat of the instances.
Definition at line 762 of file RandomVar.cc.
Definition at line 531 of file RandomVar.h.
Referenced by PLearn::EM(), PLearn::logP(), PLearn::P(), and PLearn::Sample().
Definition at line 532 of file RandomVar.h.
Referenced by PLearn::EM(), PLearn::logP(), PLearn::P(), and PLearn::Sample().