|
IGLib 1.4
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. | |
| virtual void | MapOutput (IVector originalOutput, ref IVector reducedOutput) |
| Transfers elemts of originalOutput vector in the reducedOutput vector. | |
| IG::Neural::DataMapperIdentity::DataMapperIdentity | ( | ) | [inline] |
| virtual void IG::Neural::DataMapperIdentity::MapInput | ( | IVector | reducedInput, |
| ref IVector | originalInput | ||
| ) | [inline, virtual] |
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.
| virtual void IG::Neural::DataMapperIdentity::MapOutput | ( | IVector | originalOutput, |
| ref IVector | reducedOutput | ||
| ) | [inline, virtual] |
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.