*/ public function parameters() : Generator; /** * Restore the parameters on the layer from an associative array. * * @param \Rubix\ML\NeuralNet\Parameter[] $parameters */ public function restore(array $parameters) : void; }