Deep Neuronal Filter
Net Member List

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

getGradient(Layer::whichGradient _whichGradient)Net
getLayer(int _layerIndex)Net
getLayerWeightDistance(int _layerIndex)Net
getnInputs()Net
getnLayers()Net
getnNeurons()Net
getOutput(int _neuronIndex)Net
getSumOutput(int _neuronIndex)Net
getWeightDistance()Net
getWeights(int _layerIndex, int _neuronIndex, int _weightIndex)Net
initNetwork(Neuron::weightInitMethod _wim, Neuron::biasInitMethod _bim, Neuron::actMethod _am)Net
Net(const int _nLayers, const int *const _nNeurons, const int _nInputs, const int _subject, const string _trial)Net
printNetwork()Net
propErrorBackward()Net
propInputs()Net
saveWeights()Net
setError(double _leadError)Net
setInputs(const double *_inputs, const double scale=1.0, const unsigned int offset=0, const int n=-1)Net
setLearningRate(double _w_learningRate, double _b_learningRate)Net
snapWeights(string prefix, string _trial, int _subject)Net
snapWeightsMatrixFormat(string prefix) (defined in Net)Net
updateWeights()Net
~Net()Net