#include <RandomVar.h>
Collaboration diagram for PLearn::ConditionalExpression:
Public Member Functions | |
ConditionalExpression (RVInstance lhs, RVInstanceArray rhs) | |
ConditionalExpression *. | |
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 749 of file RandomVar.cc. |
|
build from just LHS
Definition at line 753 of file RandomVar.cc. |
|
build from just LHS's RV
Definition at line 757 of file RandomVar.cc. |
|
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. References PLearn::vconcat(). |
|
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(). |