This is the complete list of members for OutputNeuron, including all inherited members.
calcDelta() | OutputNeuron | |
calcOutput() | Neuron | |
delta | Neuron | protected |
getDelta() | Neuron | |
getDifference() | OutputNeuron | |
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 | |
OutputNeuron(std::function< double(double)> activationFunc) | OutputNeuron | |
OutputNeuron(std::function< double(double)> activationFunc, std::vector< Edge * > inputs) | OutputNeuron | |
OutputNeuron(std::function< double(double)> activationFunc, double targetValue) | OutputNeuron | |
setInputs(std::vector< Edge * > inputs) | Neuron | |
setOutputs(std::vector< Edge * > outputs) | Neuron | |
setTarget(double targetValue) | OutputNeuron | |
sigmoidDelta() | Neuron | protected |