decode: decode

Description Usage Arguments Value

View source: R/dimensionalityReduction.R

Description

Auxilary function to perform dimensionality increase with autoencoder techniques (only for those non based on Keras).

Usage

1
decode(model, Z_hat)

Arguments

model
  • Autoencoder model to employ to perfom the decoding

Z_hat
  • h x k matrix containing the h-step ahead forecast for the k input series - Numeric

Value

X_hat - h x N matrix containing the h-step ahead forecast for the N original series


jdestefani/ExtendedDFML documentation built on Dec. 20, 2021, 10:04 p.m.