Darwin
1.10(beta)
|
Reduce factor by oberving the value of one or more variables. More...
Public Member Functions | |
drwnFactorReduceOp (drwnTableFactor *target, const drwnTableFactor *A, int var, int val) | |
drwnFactorReduceOp (drwnTableFactor *target, const drwnTableFactor *A, const drwnPartialAssignment &assignment) | |
drwnFactorReduceOp (const drwnFactorReduceOp &op) | |
void | execute () |
peform the factor operation on the target More... | |
![]() | |
drwnFactorOperation (drwnTableFactor *target) | |
drwnFactorOperation (const drwnFactorOperation &op) | |
drwnTableFactor * | target () const |
return a pointer to the target factor | |
Protected Member Functions | |
bool | checkTarget () |
check that the target is not empty and has the right set of variables for this operation | |
![]() | |
virtual void | initialize () |
initialize mappings and target factor (with right set of variables, unless given, e.g. for marginalization) | |
Protected Attributes | |
const drwnTableFactor *const | _operandA |
drwnPartialAssignment | _assignment |
![]() | |
drwnTableFactor * | _target |
Reduce factor by oberving the value of one or more variables.
|
virtual |