MCordingley\Regression\Algorithm\GradientDescent\StoppingCriteria\MaxTime::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( integer $seconds )
$seconds integer
    public function __construct(int $seconds)
    {
        $this->seconds = $seconds;
    }