incremental_autoencoder_keras_update: incremental_autoencoder_keras

Description Usage Arguments Value

View source: R/autoencodersKeras.R

Description

Wrapper function for an incremental fitting of an autoencoder model

Usage

1
2
3
4
5
6
7
8
incremental_autoencoder_keras_update(
  X_update,
  method,
  model,
  time_window = 5,
  epochs = 200,
  batch_size = 32
)

Arguments

X_update
  • nxN matrix containing the N time series as columns, each one of length n time steps used to perform the model update

method
  • Autoencoder type (from AUTOENCODER_METHODS list)

model
  • Pre-trained autoencoder model

time_window
  • Size of time window (in time steps)

epochs
  • Number of epochs required for training

batch_size
  • Batch size required for training

Value

List containing:


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