NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
DTO (data transfer object) for neural data element mapping definition. More...
Public Member Functions | |
MapNeuralImputOutputElementDefinitionDto () | |
override ElementType | CreateObject () |
Public Attributes | |
int | OriginalElementIndex = -1 |
bool | OriginalElementIndexSpecified = false |
int | MappedElementIndex = -1 |
bool | MappedElementIndexSpecified = false |
string | OriginalName |
string | OriginalTitle |
string | OriginalDescription |
Protected Member Functions | |
override void | CopyFromPlain (MappingDefinitionElement obj) |
override void | CopyToPlain (ref MappingDefinitionElement obj) |
DTO (data transfer object) for neural data element mapping definition.
ElementType | Actual type of the object whose data is represented by the current DTO. |
$A Igor Jul 19; tako78 Jul 19
ElementType | : | MappingDefinitionElement |
IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::MapNeuralImputOutputElementDefinitionDto | ( | ) | [inline] |
override ElementType IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::CreateObject | ( | ) | [inline] |
Reimplemented in IG::Neural::MapImputElementDefinitionDto, and IG::Neural::MapOutputElementDefinitionDto.
override void IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::CopyFromPlain | ( | MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented in IG::Neural::MapImputElementDefinitionDto, and IG::Neural::MapOutputElementDefinitionDto.
override void IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::CopyToPlain | ( | ref MappingDefinitionElement | obj | ) | [inline, protected] |
Reimplemented in IG::Neural::MapImputElementDefinitionDto, and IG::Neural::MapOutputElementDefinitionDto.
int IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalElementIndex = -1 |
bool IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalElementIndexSpecified = false |
int IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::MappedElementIndex = -1 |
bool IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::MappedElementIndexSpecified = false |
string IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalName |
string IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalTitle |
string IG::Neural::MapNeuralImputOutputElementDefinitionDto< ElementType >::OriginalDescription |