Home
last modified time | relevance | path

Searched refs:bn_elman_create_dialogrow (Results 1 – 2 of 2) sorted by relevance

/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dbn_JordElm.c756 static void bn_elman_create_dialogrow (int i, char *str) in bn_elman_create_dialogrow() function
864 bn_elman_create_dialogrow (no_of_layers - 2, "hidden") ; in bn_elman_insertPROC()
865 bn_elman_create_dialogrow (no_of_layers - 1, "output") ; in bn_elman_insertPROC()
919 bn_elman_create_dialogrow (no_of_layers - 1, "output") ; in bn_elman_deletePROC()
981 if (i == 0) bn_elman_create_dialogrow (i, "input ") ; in bn_create_elman()
982 else if (i == no_of_layers-1) bn_elman_create_dialogrow (i, "output") ; in bn_create_elman()
983 else bn_elman_create_dialogrow (i, "hidden") ; in bn_create_elman()
H A Dbn_JordElm.ph71 static void bn_elman_create_dialogrow (int i, char *str) ;