This commit is contained in:
Tiago Gomes
2013-02-13 15:25:55 +00:00
parent bd70033c06
commit afd26ed9b4
3 changed files with 13 additions and 14 deletions

View File

@@ -15,10 +15,7 @@ namespace Horus {
class Parfactor : public TFactor<ProbFormula> {
public:
Parfactor (
const ProbFormulas&,
const Params&,
const Tuples&,
Parfactor (const ProbFormulas&, const Params&, const Tuples&,
unsigned distId);
Parfactor (const Parfactor*, const Tuple&);