23 ArrayXf x1 = state.
pop<
float>();
24 ArrayXf x2 = state.
pop<
float>();
25 state.
push<
bool>(x1 > x2);
37 state.
push<
bool>(
"(" + state.
popStr<
float>() +
">" + state.
popStr<
float>() +
")");
data holding X, y, and Z data
void eval_eqn(State &state)
Evaluates the node symbolically.
NodeGreaterThan * clone_impl() const override
void evaluate(const Data &data, State &state)
Evaluates the node and updates the state states.
NodeGreaterThan * rnd_clone_impl() const override
std::map< char, unsigned int > arity
arity of the operator
int complexity
complexity of node
void GPU_GreaterThan(float *xf, bool *xb, size_t idxf, size_t idxb, size_t N)
contains various types of State actually used by feat
Eigen::Array< T, Eigen::Dynamic, 1 > pop()
void push(Eigen::Array< T, Eigen::Dynamic, 1 > value)