Class ANN_OutputValue

Description
  • access: public

Located in /OutputValue.php (line 49)

ANN_Filesystem
   |
   --ANN_OutputValue
Method Summary
[84]   public   ANN_OutputValue :  __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE])
[149]   protected   float :  calculateOutputValue (float $floatValue)
[112]   public   float :  getOutputValue (float $floatValue)
[136]   public   float :  getRealOutputValue (float $floatValue)
Methods
public  ANN_OutputValue __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE]) [84]
  • throws:

    ANN_Exception

    If $boolOverride is FALSE, an exception will be thrown if getOutputValue() will be called with outranged values. If $boolOverride is TRUE, no exception will be thrown in this case, but lower values are replaced by $floatMin and upper values are replaced by $floatMax.

  • access: public
  • float $floatMin
  • float $floatMax
  • boolean $boolOverride: (Default: FALSE)
protected  float calculateOutputValue (float $floatValue) [149]
  • float $floatValue
public  float getOutputValue (float $floatValue) [112]
  • float $floatValue
public  float getRealOutputValue (float $floatValue) [136]
  • throws: ANN_Exception
  • access: public
  • float $floatValue: (0..1)

Inherited Methods

Inherited From ANN_Filesystem

ANN_Filesystem::loadFromFile()
ANN_Filesystem::saveToFile()

Documentation generated on Tue, 24 May 2011 20:43:21 +0200 by phpDocumentor 1.4.1