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