mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-23 23:36:56 +01:00
Tenative pass at getting prior layer working. Found out about division by zero and closure differences.
This commit is contained in:
@@ -38,7 +38,7 @@ abstract class FactorGraphLayer
|
||||
return $this->_localFactors;
|
||||
}
|
||||
|
||||
public function &setInputVariablesGroups(&$value)
|
||||
public function setInputVariablesGroups(&$value)
|
||||
{
|
||||
$this->_inputVariablesGroups = $value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user