MCordingley\Regression\Predictor\Linear::__construct PHP Метод

__construct() публичный Метод

public __construct ( array $coefficients )
$coefficients array
    public function __construct(array $coefficients)
    {
        $this->coefficients = $coefficients;
    }