#include <Formulas.h>


Public Member Functions | |
| TruthValue * | simpleCompute (TruthValue **TV, int N, long U=DefaultU) const |
Definition at line 381 of file Formulas.h.
| TruthValue * opencog::pln::ORFormula::simpleCompute | ( | TruthValue ** | TV, | |
| int | N, | |||
| long | U = DefaultU | |||
| ) | const [virtual] |
Simple compute do not handle CompositeTruthValues. It's called by compute() method, which handles CTVs.
Reimplemented from opencog::pln::Formula< OR_MAX_ARITY >.
Definition at line 603 of file Formulas.cc.
References opencog::pln::ArityFreeFormula< TVType, ResultType >::checkTruthValue(), opencog::TruthValue::getCount(), opencog::TruthValue::getMean(), and opencog::toString().
1.5.6