grnn_examples {tsfgrnn} | R Documentation |
It shows the examples of the model associated to a
grnnForecast
object.
grnn_examples(forecast)
forecast |
A |
A matrix including the features and targets of the examples
associated with the model of a grnnForecast
object.
pred <- grnn_forecasting(ts(1:8), h = 1, lags = 1:2) grnn_examples(pred)