Inheritance diagram for IdentityFunction:


Constructors | |
| IdentityFunction () | |
| IdentityFunction (PropertySettings &prop) | |
| virtual | ~IdentityFunction () |
Interface | |
| virtual void | apply (RealVec &inputs, RealVec &outputs) |
| virtual void | derivate (const RealVec &x, const RealVec &y, RealVec &d) const |
| virtual IdentityFunction * | clone () const |
| Properties | ||||
| Name | Type [isVector] | Access mode | Description | Class |
|---|---|---|---|---|
| typename | string | read-only | Class's type | Propertized |
| IdentityFunction | ( | ) |
Construct
| IdentityFunction | ( | PropertySettings & | prop | ) |
Construct
| virtual ~IdentityFunction | ( | ) | [inline, virtual] |
Destructor
Implement the identity function
Reimplemented from OutputFunction.
return always 1 (an explain of why will be coming soon)
Reimplemented from DerivableOutputFunction.
| virtual IdentityFunction* clone | ( | ) | const [virtual] |
Clone this object
Reimplemented from OutputFunction.