move more code around

This commit is contained in:
Tiago Gomes
2012-11-10 00:18:20 +00:00
parent 07bcc89a76
commit 4776817603
5 changed files with 81 additions and 88 deletions

View File

@@ -9,6 +9,9 @@ class LiftedOperations
static void shatterAgainstQuery (
ParfactorList& pfList, const Grounds& query);
static void runWeakBayesBall (
ParfactorList& pfList, const Grounds&);
static void absorveEvidence (
ParfactorList& pfList, ObservedFormulas& obsFormulas);
@@ -17,7 +20,6 @@ class LiftedOperations
static Parfactor calcGroundMultiplication (Parfactor pf);
private:
static Parfactors absorve (ObservedFormula&, Parfactor*);
};