LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::stdLayer::propagationFunctor Class Reference

Parent class for all propagation functors All propagation functors use a given activation function to calculate the output layer vector using a given input vector and a given weights matrix. More...

#include <ltiStdLayer.h>

Inheritance diagram for lti::stdLayer::propagationFunctor:
Inheritance graph
[legend]
Collaboration diagram for lti::stdLayer::propagationFunctor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 propagationFunctor (const activationFunctor &theAct)
virtual bool operator() (const dvector &input, const dmatrix &weights, dvector &outLayer) const =0

Detailed Description

Parent class for all propagation functors All propagation functors use a given activation function to calculate the output layer vector using a given input vector and a given weights matrix.


Constructor & Destructor Documentation

lti::stdLayer::propagationFunctor::propagationFunctor ( const activationFunctor theAct  )  [inline]

defines a linear activation function


Member Function Documentation

virtual bool lti::stdLayer::propagationFunctor::operator() ( const dvector input,
const dmatrix weights,
dvector outLayer 
) const [pure virtual]

the functor operator

Parameters:
input the input vector
weights the weights matrix of the layer
outLayer the output vector

Implemented in lti::stdLayer::distancePropFunctor, and lti::stdLayer::dotPropFunctor.


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:27:00 2010 for LTI-Lib by Doxygen 1.6.1