|
TLoopData
|
Accueil Précédent Suivant |
C / C++ declaration
typedef struct
{
short ILayer;
short INeuron;
short NState;
} TLoopData;
Pascal declaration
TloopData = record
Begin
Ilayer: SmallInt;
INeuron: SmallInt;
NState: SmallInt;
end;
State model :
NState is the loop order
ILayer and INeuron are 0
Input/Output model :
ILayer is the layer of the looped node
INeuron is the index in its layer of the looped node
NState is the number of loops