Darwin
1.10(beta)
|
Normalize all the entries in a factor to sum to one. Assumes non-negative entries. More...
Public Member Functions | |
drwnFactorNormalizeOp (drwnTableFactor *target) | |
void | execute () |
peform the factor operation on the target | |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
drwnTableFactor * | _target |
Normalize all the entries in a factor to sum to one. Assumes non-negative entries.