Uses of Class
ciir.umass.edu.learning.neuralnet.PropParameter
-
Packages that use PropParameter Package Description ciir.umass.edu.learning.neuralnet -
-
Uses of PropParameter in ciir.umass.edu.learning.neuralnet
Methods in ciir.umass.edu.learning.neuralnet with parameters of type PropParameter Modifier and Type Method Description voidLayer. computeDelta(PropParameter param)[Only for output layers] Compute delta for all neurons in the this (output) layervoidListNeuron. computeDelta(PropParameter param)voidNeuron. computeDelta(PropParameter param)Compute delta for neurons in the output layer.voidLayer. updateDelta(PropParameter param)Update delta from neurons in the previous layersvoidNeuron. updateDelta(PropParameter param)Update delta from neurons in the next layer (back-propagate)voidLayer. updateWeight(PropParameter param)voidListNeuron. updateWeight(PropParameter param)voidNeuron. updateWeight(PropParameter param)Update weights of incoming links.
-