Initial pass at getting up to GaussianWeightedSum running

This commit is contained in:
Jeff Moser
2010-09-25 19:26:57 -04:00
parent fa10d276d6
commit f7d76b02a9
5 changed files with 18 additions and 11 deletions

View File

@ -75,7 +75,7 @@ class TrueSkillFactorGraph extends FactorGraph
$currentLayer->buildLayer();
$lastOutput = $currentLayer->getOutputVariablesGroups();
$lastOutput = &$currentLayer->getOutputVariablesGroups();
}
}