Learn R Programming

RSNNS (version 0.3-1)

SnnsRObject$genericPredictCurrPatSet: Predict values with a trained net.

Description

Predict values with a trained net.

Usage

## S3 method for class 'SnnsR':
genericPredictCurrPatSet(units, updateFuncParams=c(0.0))

Arguments

units
the units that define the output
updateFuncParams
the parameters for the update function (the function has to be already set)

Value

  • the predicted values

Details

Generic function for prediction with a trained net.