This is the complete list of members for Neuron, including all inherited members.
calcDelta() | Neuron | |
calcOutput() | Neuron | |
delta | Neuron | protected |
getDelta() | Neuron | |
getOutput() | Neuron | virtual |
Neuron(std::function< double(double)> activationFunc, std::vector< Edge * > inputs, std::vector< Edge * > outputs) | Neuron | |
Neuron(std::function< double(double)> activationFunc) | Neuron | |
setInputs(std::vector< Edge * > inputs) | Neuron | |
setOutputs(std::vector< Edge * > outputs) | Neuron | |
sigmoidDelta() | Neuron | protected |