More...
|
| DataMapperSimple (MappingDefinition definition, InputOutputDataDefiniton dataDefinition) |
|
| DataMapperSimple (string mappingDefinitionFilePath, string dataDefinitionPath) |
|
override void | MapInput (IVector reducedInput, ref IVector originalInput) |
| Transfer elements from reducedInput vector to original output vector using mapping data for reference. Elements that are not defined in reducedInput vector are copied from definitiondata. - Parameters
-
reducedInput | Reduced elements. |
originalInput | Original elements for neural network testing. |
$A Igor Jul 19; tako78 Jul 19 More...
|
|
override void | MapOutput (IVector originalOutput, ref IVector reducedOutput) |
| Transfer elements from originalOutput vector to original output vector using mapping data for reference. Only defined elements are copied in reducedOutput vector. - Parameters
-
originalOutput | Original elements from neural network. |
reducedOutput | Reduced elements. |
$A Igor Jul 19; tako78 Jul 19 More...
|
|
| DataMapperIdentity () |
|
IG.Neural.DataMapperSimple.DataMapperSimple |
( |
| ) |
|
|
inlineprotected |
- Parameters
-
definition | Data that defines how input and output mappings are performed. If null then identity mapping is performed. |
dataDefinition | Definition data. |
$A Igor Jul 19; tako78 Jul 19
IG.Neural.DataMapperSimple.DataMapperSimple |
( |
string |
mappingDefinitionFilePath, |
|
|
string |
dataDefinitionPath |
|
) |
| |
|
inline |
override void IG.Neural.DataMapperSimple.MapInput |
( |
IVector |
reducedInput, |
|
|
ref IVector |
originalInput |
|
) |
| |
|
inline |
override void IG.Neural.DataMapperSimple.MapOutput |
( |
IVector |
originalOutput, |
|
|
ref IVector |
reducedOutput |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: