Rdocumentation
powered by
Learn R Programming
RSNNS (version 0.3-1)
analyzeClassification: Converts continuous outputs to class labels.
Description
Converts continuous outputs to class labels.
Usage
analyzeClassification(y, method="WTA", l=0, h=0)
Arguments
y
inputs
method
"WTA" or "402040"
l
lower bound, e.g. in 402040: l=0.4
h
upper bound, e.g. in 402040: h=0.6
Value
the position of the winning unit (i.e., the winning class), or zero, if no classification was done.
Details
The two methods 402040, and winner-takes-all (WTA) are implemented as in the SNNS User Manual 4.2 (pp 269)
See Also
encodeClassLabels