Forward-propagate given data through the deep neural network.
# S3 method for DArch
predict(object, ..., newdata = NULL, type = "raw")Further parameters, not used.
New data to predict, NULL to return latest network
output
Output type, one of: raw, bin, class.
Vector or matrix of networks outputs, output type depending on the
type parameter
Other darch interface functions: darch.DataSet;
darch.default; darch.formula;
darch; print.DArch,
print.darch