Class ANN_Maths

Description
  • access: private

Located in /Maths.php (line 52)


	
			
Method Summary
[98]   public   static   integer :  random ([integer $floatValueMin = 0], [integer $floatValueMax = 10])
[61]   public   static   float :  sigmoid (float $floatValue)
[73]   public   static   float :  tangensHyperbolicus (float $floatValue)
[85]   public   static   integer :  threshold (float $floatValue)
Methods
public static integer random (integer $floatValueMin, [integer $floatValueMax = 10]) [98]
  • integer $floatValueMin: (Default: 0)
  • integer $floatValueMax: (Default: 10)
public static float sigmoid (float $floatValue) [61]
  • float $floatValue
public static float tangensHyperbolicus (float $floatValue) [73]
  • return: (between near -1 and near 1)
  • access: public
  • float $floatValue
public static integer threshold (float $floatValue) [85]
  • float $floatValue

Documentation generated on Sat, 26 Dec 2009 15:41:31 +0100 by phpDocumentor 1.4.1