18 NodeCube(vector<float> W0 = vector<float>());
data holding X, y, and Z data
ArrayXf getDerivative(Trace &state, int loc)
NodeCube(vector< float > W0=vector< float >())
NodeCube * rnd_clone_impl() const override
NodeCube * clone_impl() const override
void eval_eqn(State &state)
Evaluates the node symbolically.
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.