saveCaretLstmModel: saveCaretLstmModel

Description Usage Arguments Value See Also

Description

saves an LSTM model that was trained by caret.

Usage

1
saveCaretLstmModel(model, outFolder, overwrite = FALSE, fullHistory = FALSE)

Arguments

model

the model as returned by train when using getLSTMmodel

outFolder

name of the folder to store results in.

overwrite

If FALSE, function throws an error if outFolder already exists.

fullHistory

Boolean. If TRUE, saves all the history, including logs of parameters. If FALSE, only save bare last model (for storage efficiency)

Value

No return

See Also

saveLstmModel, loadCaretLstmModel


MarkusBonsch/mxLSTM documentation built on May 28, 2019, 6:40 a.m.