|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Output data element mapping definition for neural networks. More...
Inheritance diagram for IG::Neural::OutputMappingDefinitionElement:
Collaboration diagram for IG::Neural::OutputMappingDefinitionElement:Public Member Functions | |
| OutputMappingDefinitionElement (int originalElementIndex, int mappedElementIndex, string originalName, string originalTitle, string originalDescription) | |
| Constructor. | |
| OutputMappingDefinitionElement (string name) | |
| Constructor. Element index is unknown, there is no element description. | |
| OutputMappingDefinitionElement (string name, string title) | |
| Constructor. Element index is unknown. | |
| OutputMappingDefinitionElement (string name, string title, string description) | |
| Constructor. Element index is unknown. | |
Output data element mapping definition for neural networks.
$A Igor Jul 19; tako78 Jul 19
| IG::Neural::OutputMappingDefinitionElement::OutputMappingDefinitionElement | ( | int | originalElementIndex, |
| int | mappedElementIndex, | ||
| string | originalName, | ||
| string | originalTitle, | ||
| string | originalDescription | ||
| ) | [inline] |
Constructor.
| originalElementIndex | OriginalIndex of the input or output data element specified by the mapped definision. If less than 0 is specified then it is considered that element index is not known or defined in the current context. |
| mappedElementIndex | MappedIndex of the input or output data element specified by the current definision. If less than 0 is specified then it is considered that element index is not known or defined in the current context. |
| originalName | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
| originalTitle | Short descriptive title (like name, but can contain spaces and special characters). |
| originalDescription | Element description. Can be an arbvitrary string. |
$A Igor Jul 19; tako78 Jul 19
| IG::Neural::OutputMappingDefinitionElement::OutputMappingDefinitionElement | ( | string | name | ) | [inline] |
Constructor. Element index is unknown, there is no element description.
| name | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
$A Igor Jul 19; tako78 Jul 19
| IG::Neural::OutputMappingDefinitionElement::OutputMappingDefinitionElement | ( | string | name, |
| string | title | ||
| ) | [inline] |
Constructor. Element index is unknown.
| name | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
| title | Short descriptive title (like name, but can contain spaces and special characters). |
$A Igor Jul 19; tako78 Jul 19
| IG::Neural::OutputMappingDefinitionElement::OutputMappingDefinitionElement | ( | string | name, |
| string | title, | ||
| string | description | ||
| ) | [inline] |
Constructor. Element index is unknown.
| name | Element name. Should comply with conventions for valid variable names in languages C++, C# and Java. |
| title | Short descriptive title (like name, but can contain spaces and special characters). |
| description | Element description. Can be an arbitrary string. |
$A Igor Jul 19; tako78 Jul 19