Defines activation function as Heaviside's step function. * \f[ * f(x) = \begin{cases} * -1 & \forall x \le 0\\ * 1 & \forall x > 0 * \end{cases} * \f] * @param x input value to apply activation on * @return activation output */
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected