predict.aml_neural_network: AML neural network predict method

Description Usage Arguments Value

View source: R/neural_network.R

Description

Returns predictions for a neural network when given a data set.

Usage

1
2
## S3 method for class 'aml_neural_network'
predict(network, data)

Arguments

network

Results network object returned by aml_neural_network function

data

Data of correct size to be fed into the neural network

Value

Vector of predictions corresponding to the data rows


jmwerner/ArtisanalMachineLearning documentation built on Jan. 7, 2020, 1:50 a.m.