powered by
It shows the examples of the model associated to a grnnForecast object.
grnnForecast
grnn_examples(forecast)
A matrix including the features and targets of the examples associated with the model of a grnnForecast object.
A grnnForecast object.
pred <- grnn_forecasting(ts(1:8), h = 1, lags = 1:2) grnn_examples(pred)
Run the code above in your browser using DataLab