This function wraps the procedure for predicting values from a deep neural network model and makes it accessible to the easyml core framework.
# S3 method for easy_deep_neural_network
predict_model(object, newx = NULL)A list of class easy_deep_neural_network.
A data.frame, the new data to use for predictions.
A vector, the predicted values using the new data.