Description Usage Arguments Details Value
View source: R/deepNeuralNetwork.save.r
'deepNeuralNetwork.save()' Saves a DeepNNModel object to a .RData file.
1 2 | deepNeuralNetwork.save(wn = NULL, nameoffile = paste("DNN.model.",
format(Sys.time(), "%d.%m.%Y.%H.%M.%S"), sep = ""))
|
wn |
Object of class DeepNNModel. |
nameoffile |
Character. The name of the file. |
'deepNeuralNetwork.save()' Saves a DeepNNModel object to a .RData file.
If success the name of the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.