#include <invertablemodel.h>
Inherits AbstractModel.
Inherited by MultiLayerFFNN.
Inheritance diagram for InvertableModel:


Public Member Functions | |
| virtual | ~InvertableModel () |
| virtual const matrix::Matrix | response (const matrix::Matrix &input) const =0 |
| calculates the partial derivative of the of the output with repect to the input. | |
Invertable models provide a linear response function (jacobian)
|
|
|
|
|
calculates the partial derivative of the of the output with repect to the input.
The result is a matrix of dimension (outputdim x inputdim) Implemented in MultiLayerFFNN.
|
1.3.8