Rdocumentation
powered by
Learn R Programming
RSNNS (version 0.4-9)
SnnsRObject$predictCurrPatSet: Predict values with a trained net
Description
SnnsR low-level function to predict values with a trained net.
Usage
"predictCurrPatSet"(outputMethod="reg_class", updateFuncParams=c(0.0))
Arguments
outputMethod
is passed to
SnnsRObject$whereAreResults
updateFuncParams
parameters passed to the networks update function
Value
the predicted values
Details
This function has to be used embedded in a step of loading and afterwards removing the patterns into the
SnnsR-class
object. As SNNS only supports 2 pattern sets in parallel, removing unneeded pattern sets is quite important.