predict.rsnns: Generic predict function for rsnns object
Description
Predict values using the given network.
Usage
# S3 method for rsnns
predict(object, newdata, ...)
Value
the predicted values
Arguments
- object
the rsnns
object
- newdata
the new input data which is used for prediction
- ...
additional function parameters (currently not used)