|
| OutputMappingDefinitionElement (int originalElementIndex, int mappedElementIndex, string originalName, string originalTitle, string originalDescription) |
| Constructor. More...
|
|
| OutputMappingDefinitionElement (string name) |
| Constructor. Element index is unknown, there is no element description. More...
|
|
| OutputMappingDefinitionElement (string name, string title) |
| Constructor. Element index is unknown. More...
|
|
| OutputMappingDefinitionElement (string name, string title, string description) |
| Constructor. Element index is unknown. More...
|
|
| MappingDefinitionElement (int originalElementIndex, int mappedElementIndex, string originalName, string originalTitle, string originalDescription) |
| Constructor. More...
|
|
| MappingDefinitionElement (string name) |
| Constructor. Element index is unknown, there is no element description. More...
|
|
| MappingDefinitionElement (string name, string title) |
| Constructor. Element index is unknown. More...
|
|
| MappingDefinitionElement (string name, string title, string description) |
| Constructor. Element index is unknown. More...
|
|
|
int | _originalElementIndex = -1 |
|
bool | _originalElementindexSpecified = false |
|
int | _mappedElementIndex = -1 |
|
bool | _mappedElementindexSpecified = false |
|
string | _originalName |
|
string | _orirginalTitle |
|
string | _originalDescription |
|
virtual int | OriginalElementIndex [get, set] |
| Specifies the original index of the element described by the mapped definition, within the data vextor (either input or output). More...
|
|
virtual bool | OriginalElementIndexSpecified [get, set] |
| Specifies whether original element index is specified for the data element described by the mapped definition. More...
|
|
virtual int | MappedElementIndex [get, set] |
| Specifies the mapped index of the element described by the current definition, within the data vextor (either input or output). More...
|
|
virtual bool | MappedElementIndexSpecified [get, set] |
| Specifies whether mapped element index is specified for the data element described by the mapped definition. More...
|
|
virtual string | OriginalName [get, set] |
| Unique name of the data element described by the mapped definition. Considered a kind of variable name that distinguishes between data by short names. More...
|
|
virtual string | OriginalTitle [get, set] |
| A title describing what given data element represents. Titles can contain special characters and spaces, but should be shorter than descriptions. More...
|
|
virtual string | OriginalDescription [get, set] |
| Describes the meaning of a data element used as part of neural network input or output data. More...
|
|
Output data element mapping definition for neural networks.
$A Igor Jul 19; tako78 Jul 19