Class ANN_OutputValue

Description
  • access: public

Located in /OutputValue.php (line 49)

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

Inherited Methods

Inherited From ANN_Filesystem

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

Documentation generated on Wed, 06 Jan 2010 19:14:57 +0100 by phpDocumentor 1.4.1