Deep Neuronal Filter
Layer Member List

This is the complete list of members for Layer, including all inherited members.

average enum value (defined in Layer)Layer
calcOutputs()Layer
exploding enum value (defined in Layer)Layer
getGlobalError(int _neuronIndex)Layer
getGradient(whichGradient _whichGradient)Layer
getInitWeight(int _neuronIndex, int _weightIndex)Layer
getNeuron(int _neuronIndex)Layer
getnNeurons()Layer
getOutput(int _neuronIndex)Layer
getSumOutput(int _neuronIndex)Layer
getWeightChange()Layer
getWeightDistance()Layer
getWeights(int _neuronIndex, int _weightIndex)Layer
initLayer(int _layerIndex, Neuron::weightInitMethod _wim, Neuron::biasInitMethod _bim, Neuron::actMethod _am)Layer
Layer(int _nNeurons, int _nInputs, int _subject, string _trial)Layer
printLayer()Layer
propInputs(int _index, double _value)Layer
saveWeights()Layer
setError(double _error)Layer
setInputs(const double *_inputs, const double scale=1.0, const unsigned int offset=0, const int n=-1)Layer
setlearningRate(double _w_learningRate, double _b_learningRate)Layer
snapWeights(string prefix, string _trial, int _subject)Layer
snapWeightsMatrixFormat(string prefix) (defined in Layer)Layer
updateWeights()Layer
vanishing enum value (defined in Layer)Layer
whichGradient enum nameLayer
~Layer()Layer