descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
AtanSigmoid
des
isys
neiro
func
Undocumented in source.
class
AtanSigmoid : DerivativeFunction!T(
T
)
if
(
isFloatingPoint
!
T
) {
T
opCall
(T x);
T
dx
(T x);
}
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.
Meta
Source
See Implementation
des
isys
neiro
func
classes
AtanSigmoid
ExponentialSigmoid
HeavisideFunction
HeavisideMeanFunction
LinearDependence
RationalSigmoid
interfaces
DerivativeFunction
Function