00001 /********************************************************* 00002 foldrec_net.h 00003 -------------------------------------------------------- 00004 generated at Sat Dec 3 19:59:20 2005 00005 by snns2c ( Bernward Kett 1995 ) 00006 *********************************************************/ 00007 00008 extern int foldrec_net(float *in, float *out, int init); 00009 00010 static struct { 00011 int NoOfInput; /* Number of Input Units */ 00012 int NoOfOutput; /* Number of Output Units */ 00013 int(* propFunc)(float *, float*, int); 00014 } foldrec_netREC = {14,1,foldrec_net};