Learn R Programming

RSNNS (version 0.3-1)

predict.rsnns: Generic predict function for rsnns object.

Description

Generic predict function for rsnns object.

Usage

## S3 method for class 'rsnns':
predict(object, newdata, ...)

Arguments

object
the rsnns object
newdata
the new input data which is used for prediction
...
additional function parameters (currently not used)

Value

  • the predicted values

Details

Predict values using the given network.