latest version v1.9 - last update 10 Apr 2010 |
Dot-Product propagation functor. More...
#include <ltiStdLayer.h>
Public Member Functions | |
dotPropFunctor (const activationFunctor &theAct) | |
bool | operator() (const dvector &input, const dmatrix &weights, dvector &outLayer) const |
Dot-Product propagation functor.
lti::stdLayer::dotPropFunctor::dotPropFunctor | ( | const activationFunctor & | theAct | ) | [inline] |
Default constructor.
bool lti::stdLayer::dotPropFunctor::operator() | ( | const dvector & | input, | |
const dmatrix & | weights, | |||
dvector & | outLayer | |||
) | const [virtual] |
The functor operator.
input | the input vector | |
weights | the weights matrix of the layer | |
outLayer | the output vector |
Implements lti::stdLayer::propagationFunctor.