mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	Added/converted a file I missed earlier (TrueSkillFactorGraph) and started adding using's and require_once's
This commit is contained in:
		@@ -1,7 +1,15 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace Moserware\Skills\TrueSkill\Factors;
 | 
			
		||||
 | 
			
		||||
require_once(dirname(__FILE__) . "GaussianFactor.php");
 | 
			
		||||
require_once(dirname(__FILE__) . "../../FactorGraphs/Message.php");
 | 
			
		||||
require_once(dirname(__FILE__) . "../../FactorGraphs/Variable.php");
 | 
			
		||||
require_once(dirname(__FILE__) . "../../Numerics/GaussianDistribution.php");
 | 
			
		||||
 | 
			
		||||
use Moserware\Numerics\GaussianDistribution;
 | 
			
		||||
use Moserware\Skills\FactorGraphs\Message;
 | 
			
		||||
use Moserware\Skills\FactorGraphs\Variable;
 | 
			
		||||
 | 
			
		||||
/// <summary>
 | 
			
		||||
/// Factor that sums together multiple Gaussians.
 | 
			
		||||
/// </summary>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user