5 #ifndef NODE_IFTHENELSE
6 #define NODE_IFTHENELSE
data holding X, y, and Z data
NodeIfThenElse * rnd_clone_impl() const override
void eval_eqn(State &state)
Evaluates the node symbolically.
NodeIfThenElse * 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.
contains various types of State actually used by feat
used for tracing stack outputs for backprop algorithm.