load.scaler: 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.