Class ANN_OutputValue

Description
  • access: public

Located in /OutputValue.php (line 49)

ANN_Filesystem
   |
   --ANN_OutputValue
Method Summary
[73]   public   ANN_OutputValue :  __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE])
[138]   protected   float :  calculateOutputValue (float $floatValue)
[101]   public   float :  getOutputValue (float $floatValue)
[125]   public   float :  getRealOutputValue (float $floatValue)
Methods
public  ANN_OutputValue __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE]) [73]
  • 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) [138]
  • float $floatValue
public  float getOutputValue (float $floatValue) [101]
  • float $floatValue
public  float getRealOutputValue (float $floatValue) [125]
  • throws: ANN_Exception
  • access: public
  • float $floatValue: (0..1)

Inherited Methods

Inherited From ANN_Filesystem

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

Documentation generated on Mon, 23 May 2011 23:06:12 +0200 by phpDocumentor 1.4.1