Description Usage Arguments Details Value
View source: R/deepNeuralNetwork.run.r
'deepNeuralNetwork.run()' returns a partial prediction over the test data to measure overfitting if test data is supplied by the user. It is calculated using the actual in-training-model.
1 | deepNeuralNetwork.run(model.trained, data = X.test)
|
model.trained |
An object of class DeepNNModel. |
data |
Matrix containing the test data without the observed variable that we want to predict. |
This function will calculate a prediction using test data (if it is supplied by the user). [deepNeuralNetwork.training] function will use this function and depending on the result given it can decide whether to continue with the training or stop it.
A vector or matrix containing the prediction values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.