load.scaler: Load the Scaler for the pre-trained Long Short Term Memory...

View source: R/load.R

load.scalerR Documentation

Load the Scaler for the pre-trained Long Short Term Memory (LSTM) Network

Description

Loads the scaler object within the LSTMfactors package. This object is a list containing a mean vector and a standard deviation vector, which were computed from the 1,000,000 datasets data.datasets.LSTM training the Long Short Term Memory (LSTM) Network. It serves as a tool for normalizing features in LSTM.

Usage

load.scaler()

Value

scaler objective.

See Also

LSTM, normalizor, data.scaler.LSTM

Examples

library(LSTMfactors)

scaler <- load.scaler()
print(scaler)



LSTMfactors documentation built on Aug. 8, 2025, 7:33 p.m.