LCFIVertex
0.7.2
|
Public Member Functions | |
virtual Neuron * | buildNeuron (const int NumberOfInputs, const double bias=-1.0) const =0 |
virtual Neuron * | buildNeuron (const int numberOfInputs, const std::vector< double > &constructionData) const =0 |
virtual std::string | buildsType () const =0 |
void | setNetwork (const NeuralNet *theNetwork) |
Protected Attributes | |
const NeuralNet * | _theNetwork |
Definition at line 24 of file NeuronBuilder.h.