This class is used to insert neurons into the V
set of a neural network, and (if needed) into a vector such as VO
.
None public
NeuronInserter(std::set<Node*> *st,std::vector<Neuron*> *nv)
nv
can be 0.
void operator() (Neuron* n)
nv
was non-0) at the end of the vector.