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