cg_sigmoid {cgraph} | R Documentation |
Calculate 1 / (1 + exp(-x))
.
cg_sigmoid(x, name = NULL)
x |
either a cg_node object or a numeric vector or array. |
name |
character scalar, name of the operation (optional). |
cg_operator object, node of the operation.
Ron Triepels