ExponentialSigmoid

Undocumented in source.
class ExponentialSigmoid : DerivativeFunction!T(
T
) if (
isFloatingPoint!T
) {}

Constructors

this
this(T alpha)
Undocumented in source.

Members

Functions

dx
T dx(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
T opCall(T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alpha
T alpha;
Undocumented in source.

Meta