Class ANN_InputValue

Description
  • access: public

Located in /ANN_InputValue.php (line 49)

ANN_Filesystem
   |
   --ANN_InputValue
Method Summary
[75]   public   ANN_InputValue :  __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE])
[130]   protected   float :  calculateInputValue (float $floatValue)
[105]   public   float :  getInputValue (float $floatValue)
Methods
public  ANN_InputValue __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE]) [75]
  • throws:

    ANN_Exception

    If $boolOverride is FALSE, an exception will be thrown if getInputValue() 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 calculateInputValue (float $floatValue) [130]
  • float $floatValue
public  float getInputValue (float $floatValue) [105]
  • float $floatValue

Inherited Methods

Inherited From ANN_Filesystem

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

Documentation generated on Thu, 18 Dec 2008 18:37:33 +0100 by phpDocumentor 1.4.1