Phpml\NeuralNetwork\Node\Input::__construct PHP Method

__construct() public method

public __construct ( float $input )
$input float
    public function __construct(float $input = 0.0)
    {
        $this->input = $input;
    }