LCFIVertex
0.7.2
|
This is the complete list of members for nnet::Neuron, including all inherited members.
_bias (defined in nnet::Neuron) | nnet::Neuron | protected |
_numberOfInputs (defined in nnet::Neuron) | nnet::Neuron | protected |
_parentNetwork (defined in nnet::Neuron) | nnet::Neuron | protected |
_weights (defined in nnet::Neuron) | nnet::Neuron | protected |
bias() const (defined in nnet::Neuron) | nnet::Neuron | inline |
clone(const NeuralNet *parentNetwork) const =0 (defined in nnet::Neuron) | nnet::Neuron | pure virtual |
derivative(const double x) const =0 (defined in nnet::Neuron) | nnet::Neuron | protectedpure virtual |
derivativeOutput(const std::vector< double > &inputValues) const (defined in nnet::Neuron) | nnet::Neuron | |
destroy() const =0 (defined in nnet::Neuron) | nnet::Neuron | pure virtual |
Neuron(const int numberOfInputs, const double bias, const NeuralNet *parentNetwork=0) (defined in nnet::Neuron) | nnet::Neuron | protected |
neuronType() const =0 (defined in nnet::Neuron) | nnet::Neuron | protectedpure virtual |
numberOfWeights() (defined in nnet::Neuron) | nnet::Neuron | inline |
output(const std::vector< double > &inputValues) const (defined in nnet::Neuron) | nnet::Neuron | |
outputRange(double &outputmin, double &outputmax) const =0 (defined in nnet::Neuron) | nnet::Neuron | pure virtual |
serialise(std::ostream &os) const (defined in nnet::Neuron) | nnet::Neuron | |
serialiseExtra(std::ostream &os) const (defined in nnet::Neuron) | nnet::Neuron | inlineprotectedvirtual |
setWeights(const std::vector< double > &newWeights) (defined in nnet::Neuron) | nnet::Neuron | |
thresholdFunction(const double activation) const =0 (defined in nnet::Neuron) | nnet::Neuron | protectedpure virtual |
weights() const (defined in nnet::Neuron) | nnet::Neuron | inline |
~Neuron(void) (defined in nnet::Neuron) | nnet::Neuron | protectedvirtual |