SnnsRObject$somPredictCurrPatSetWinners | R Documentation |
SnnsR low-level function to get most of the relevant results from a SOM.
## S4 method for signature 'SnnsR'
somPredictCurrPatSetWinners(updateFuncParams=c(0.0, 0.0, 1.0),
saveWinnersPerPattern=TRUE, targets=NULL)
updateFuncParams |
parameters passed to the networks update function |
saveWinnersPerPattern |
should a list with the winners for every pattern be saved? |
targets |
optional target classes of the patterns |
a list with three elements:
nWinnersPerUnit |
For each unit, the amount of patterns where this unit won is given. So, this is a 1d vector representing the normal version of the som. |
winnersPerPattern |
a vector where for each pattern the number of the winning unit is given. This is an intermediary result that normally won't be saved. |
labeledUnits |
a matrix which – if the |
som
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.