apoc.math.sigmoidPrime

Function

apoc.math.sigmoidPrime(value FLOAT) - returns the sigmoid prime [ sigmoid(val) * (1 - sigmoid(val)) ] of the given value.

Signature

apoc.math.sigmoidPrime(value :: FLOAT) :: FLOAT

Input parameters

Name Type Default

value

FLOAT

null