LCFIVertex
0.7.2
|
This is the complete list of members for nnet::LinearNeuron, 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 (defined in nnet::LinearNeuron) | nnet::LinearNeuron | virtual |
derivative(const double x) const (defined in nnet::LinearNeuron) | nnet::LinearNeuron | protectedvirtual |
derivativeOutput(const std::vector< double > &inputValues) const (defined in nnet::Neuron) | nnet::Neuron | |
destroy() const (defined in nnet::LinearNeuron) | nnet::LinearNeuron | virtual |
LinearNeuron(const int numberOfInputs, const double slopeEnd=0.5, const double bias=-1.0, const NeuralNet *parent=0) (defined in nnet::LinearNeuron) | nnet::LinearNeuron | |
Neuron(const int numberOfInputs, const double bias, const NeuralNet *parentNetwork=0) (defined in nnet::Neuron) | nnet::Neuron | protected |
neuronType() const (defined in nnet::LinearNeuron) | nnet::LinearNeuron | inlineprotectedvirtual |
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 (defined in nnet::LinearNeuron) | nnet::LinearNeuron | inlinevirtual |
serialise(std::ostream &os) const (defined in nnet::Neuron) | nnet::Neuron | |
serialiseExtra(std::ostream &os) const (defined in nnet::LinearNeuron) | nnet::LinearNeuron | protectedvirtual |
setSlopeEnd(const double slopeEnd) (defined in nnet::LinearNeuron) | nnet::LinearNeuron | |
setWeights(const std::vector< double > &newWeights) (defined in nnet::Neuron) | nnet::Neuron | |
slopeEnd() const (defined in nnet::LinearNeuron) | nnet::LinearNeuron | inline |
thresholdFunction(const double activation) const (defined in nnet::LinearNeuron) | nnet::LinearNeuron | protectedvirtual |
weights() const (defined in nnet::Neuron) | nnet::Neuron | inline |
~LinearNeuron(void) (defined in nnet::LinearNeuron) | nnet::LinearNeuron | protected |
~Neuron(void) (defined in nnet::Neuron) | nnet::Neuron | protectedvirtual |