powered by
It shows the input vector and the weights of the training examples used in a prediction associated with a "grnnForecast" object.
grnn_weights(forecast)
A list including the input vectors used in GRNN regression and the training examples, with their weights, used in the prediction.
A grnnForecast object.
grnnForecast
pred <- grnn_forecasting(UKgas, h = 4, lags = 1:4, msas = "MIMO") grnn_weights(pred)
Run the code above in your browser using DataLab