Learn R Programming

easyml (version 0.1.0)

predict_model.easy_neural_network: Predict values for a neural network model.

Description

This function wraps the procedure for predicting values from a neural network model and makes it accessible to the easyml core framework.

Usage

# S3 method for easy_neural_network
predict_model(object, newx = NULL)

Arguments

object

A list of class easy_neural_network.

newx

A data.frame, the new data to use for predictions.

Value

A vector, the predicted values using the new data.