som.nn.round.votes {som.nn} | R Documentation |
Rounds a dataframe with vectors of votes for SOMnn
Description
Each row of the data.frame
may sum up to 1.0
before and after rounding.
Rounding is performed with round.probabilities
.
Usage
som.nn.round.votes(votes, classes, digits = 2)
Arguments
votes |
|
classes |
|
digits |
precision; default = 2. |
Value
data.frame
with roundes rows of class probabilities.
other columns are not affected.
[Package som.nn version 1.4.4 Index]