5 #ifndef NODE_EXPONENTIAL
6 #define NODE_EXPONENTIAL
data holding X, y, and Z data
NodeExponential(vector< float > W0=vector< float >())
void eval_eqn(State &state)
Evaluates the node symbolically.
NodeExponential * clone_impl() const override
ArrayXf getDerivative(Trace &state, int loc)
void evaluate(const Data &data, State &state)
Evaluates the node and updates the state states.
NodeExponential * rnd_clone_impl() const override
contains various types of State actually used by feat
used for tracing stack outputs for backprop algorithm.