grnn_examples: Examples of a GRNN model

View source: R/forecasting.R

grnn_examplesR 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)

tsfgrnn documentation built on March 31, 2023, 8:20 p.m.