TPositionStyle :
psBegin |
0 |
Index counted from beginning |
psEnd |
1 |
Index counted from the end |
TNeuronType
ntNone |
0 |
Single output, no activation |
ntSigma |
1 |
Standard weighted sum neuron |
ntSigma2 |
2 |
Weighted sum of square neuron |
ntPi |
3 |
Weited product neuron |
TAddNeuronType
anDontCare |
0 |
NA |
anConstant |
1 |
Constant neuron |
anInput |
2 |
Input neuron |
anOutPut |
3 |
Outpt neuron |
anOutState |
4 |
State output neuron |
Fields definition:
size |
Record size |
Name |
Node or model name |
ModelName |
boolean giving the name holder |
LayerIndex |
Layer index in the model |
NodeIndex |
Node index in the layer |
Activation index |
|
NeuronID |
Node ID |
NeuronType |
Type of node, following TNeuronType |
StylePos |
Type of positionning, following TPositionStyle |
NeuronPosition |
Node position, following TAddNeuronType |
Pre activation index (reserved) |
|
IndexNet |
Model index in multi models |
Value |
Node output value |