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