PHP Class Phpml\NeuralNetwork\Node\Input

Inheritance: implements Phpml\NeuralNetwork\Node
Show file Open project: php-ai/php-ml Class Usage Examples

Public Methods

Method Description
__construct ( float $input )
getOutput ( ) : float
setInput ( float $input )

Method Details

__construct() public method

public __construct ( float $input )
$input float

getOutput() public method

public getOutput ( ) : float
return float

setInput() public method

public setInput ( float $input )
$input float