predict.rsnns {RSNNS} | R Documentation |
Generic predict function for rsnns object
Description
Predict values using the given network.
Usage
## S3 method for class 'rsnns'
predict(object, newdata, ...)
Arguments
object |
the |
newdata |
the new input data which is used for prediction |
... |
additional function parameters (currently not used) |
Value
the predicted values
[Package RSNNS version 0.4-17 Index]