grnn_examples {tsfgrnn}R Documentation

Examples of a GRNN model

Description

It shows the examples of the model associated to a grnnForecast object.

Usage

grnn_examples(forecast)

Arguments

forecast

A grnnForecast object.

Value

A matrix including the features and targets of the examples associated with the model of a grnnForecast object.

Examples

pred <- grnn_forecasting(ts(1:8), h = 1, lags = 1:2)
grnn_examples(pred)

[Package tsfgrnn version 1.0.5 Index]