Learn R Programming

darch (version 0.10.0)

predict.DArch: Forward-propagate data.

Description

Forward-propagate given data through the deep neural network.

Usage

# S3 method for DArch
predict(object, ..., newdata = NULL, type = "raw")

Arguments

object

'>DArch instance

...

Further parameters, not used.

newdata

New data to predict, NULL to return latest network output

type

Output type, one of: raw, bin, class.

Value

Vector or matrix of networks outputs, output type depending on the type parameter

See Also

Other darch interface functions: darch.DataSet; darch.default; darch.formula; darch; print.DArch, print.darch