mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-18 20:04:28 +00:00
Move to DNW namespace
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<?php namespace Moserware\Skills\FactorGraphs;
|
||||
<?php namespace DNW\Skills\FactorGraphs;
|
||||
// edit this
|
||||
abstract class FactorGraphLayer
|
||||
{
|
||||
private $_localFactors = array();
|
||||
private $_outputVariablesGroups = array();
|
||||
private $_outputVariablesGroups = array();
|
||||
private $_inputVariablesGroups = array();
|
||||
private $_parentFactorGraph;
|
||||
|
||||
|
Reference in New Issue
Block a user