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 $min, float $max, [boolean $override = FALSE])
[130]   protected   float :  calculateInputValue (float $value)
[105]   public   float :  getInputValue (float $value)
Methods
public  ANN_InputValue __construct (float $min, float $max, [boolean $override = FALSE]) [75]
  • throws:

    ANN_Exception

    If $override is FALSE, an exception will be thrown if getInputValue() will be called with outranged values. If $override is TRUE, no exception will be thrown in this case, but lower values are replaced by $min and upper values are replaced by $max.

  • access: public
  • float $min
  • float $max
  • boolean $override: (Default: FALSE)
protected  float calculateInputValue (float $value) [130]
  • float $value
public  float getInputValue (float $value) [105]
  • float $value

Inherited Methods

Inherited From ANN_Filesystem

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

Documentation generated on Tue, 16 Dec 2008 18:36:06 +0100 by phpDocumentor 1.4.1