SIGM Sigmoid map
W = W*SIGM(SCALE) B = SIGM(A,SCALE)
DescriptionSigmoidal transformation, useful to transform a map to classifier, producing posterior probability estimates. The parameter SCALE scales the data first (A/SCALE), before the transformation. Default: SCALE = 1, i.e. no scaling. See also
|