Start of the long road towards debugging it to work

This commit is contained in:
Jeff Moser
2010-09-23 22:14:56 -04:00
parent 99e1adf7df
commit f081a6a70a
5 changed files with 41 additions and 14 deletions

View File

@ -2,7 +2,7 @@
namespace Moserware\Skills\FactorGraphs;
require_once(dirname(__FILE__) . "Factor.php");
require_once(dirname(__FILE__) . "./Factor.php");
/// <summary>
/// Helper class for computing the factor graph's normalization constant.