|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Inheritance diagram for IG.Neural.DataMapperIdentity:
Collaboration diagram for IG.Neural.DataMapperIdentity:Public Member Functions | |
| DataMapperIdentity () | |
| virtual void | MapInput (IVector reducedInput, ref IVector originalInput) |
| Transfers elemts of reducedInput vector in the originalInput vector. More... | |
| virtual void | MapOutput (IVector originalOutput, ref IVector reducedOutput) |
| Transfers elemts of originalOutput vector in the reducedOutput vector. More... | |
|
inline |
|
inlinevirtual |
Transfers elemts of reducedInput vector in the originalInput vector.
| reducedInput | reducedInput elements. |
| originalInput | originalInput elements. |
$A Igor Jul 19; tako78 Jul 19
Implements IG.Neural.IDataMapper.
Reimplemented in IG.Neural.DataMapperSimple.
References IG.Num.VectorBase.Copy().
|
inlinevirtual |
Transfers elemts of originalOutput vector in the reducedOutput vector.
| originalOutput | originalOutput elements. |
| reducedOutput | reducedOutput elements. |
$A Igor Jul 19; tako78 Jul 19
Implements IG.Neural.IDataMapper.
Reimplemented in IG.Neural.DataMapperSimple.
References IG.Num.VectorBase.Copy().