Values meaning :

Value

In/Out

level(s)

Handle

Ind0

Ind1

Signification

gt_Caller

O

0

NA

NA

NA

Library calling program

gt_ProductInfo

O

0

NA

NA

NA

Library  info

gt_Version

O

0

NA

NA

NA

Library version

gt_FunctionName

O

0

NA

fType

Index

function name

gt_ModelName

I/O

2/0

Handle

NA

NA

Model name

gt_Formula

O

0

Handle

NA

NA

Model computation formula

gt_Comment

O

0

Handle

Index

NA

Indexed comment

gt_InputName

I/O

2/0

Handle

Index

NA

Indexed input name

gt_OutputName

I/O

0

Handle

Index

NA

Indexed output name

gt_Sticker

O

0

Handle

Layer

Node

Sticker

gt_ParameterName

I/O

2/0

Handle

Index

NA

Indexed parameter name

gt_ModelClassName

O

2

Handle

NA

NA

Model class name

gt_StateName

I/O

2/2

Handle

Index

NA

Indexed state variable name.

gt_NodeName

I/O

2/0

Handle

Layer

Node

Node name. Node is defined by its layer and its layer index.

gt_SaveDir

I/O

0/0

NA

NA

NA

Training results saving folders (note 1).

gt_ParamFile

O

1

Handle

Train#

 

Training saving filename

gt_NoiseModelFile

I

2

Handle

NA

NA

Recording a noise model file.

gt_MMLFunction

I

2

Handle

NA

NA

Recording of a MathML function (Activation, Cost, Proximity, decreasing)

gt_AddTrainModel

O

0

Handle

NA

NA

Recording a model file for multi training.

gt_Diagnostic

O

0

Handle

Level

NA

Diagnostic of the current trained model.

gt_Separator

I/O

0/0

Handle

NA

NA

Data separator in files

gt_Code

O

0

Handle

Lang

Fct

Model code  (note 2)

 

Notes

1: Saving folder nature is depending upon txttype.

       txttype may take three values:

               0 : Base saving folder. If undefined, NDK uses system defined temporary file ;

               1 : Folder relative to Base saving folder, for saving temporary training results ;

               2 : Folder relative to Base saving folder, for savoing models for multi-training.

 

 

2 : The code language is defined by Ind0 :

               0 : tcUnKnown        -> none

               1 : tcXML        -> Model XML code

               2 : tcC                -> Model C code (reserved)

               3 : tcVBasic        -> Model VBasic code (reserved)

               4 : tcXL                -> Excel worksheet code to be pasted in A1 cell.

                                       Ind1 = 0 : horizontal

                                       Ind1 = 1 : vertical

               5 : tcMGL        -> Excel MGL code.

 


NETRAL Neuro Developer Kit version 7.0