SnnsRObject$predictCurrPatSet | R Documentation |
SnnsR low-level function to predict values with a trained net.
## S4 method for signature 'SnnsR'
predictCurrPatSet(outputMethod="reg_class", updateFuncParams=c(0.0))
outputMethod |
is passed to SnnsRObject$whereAreResults |
updateFuncParams |
parameters passed to the networks update function |
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.
the predicted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.