src/common/foldrec_net.h

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};

Generated on Wed Apr 11 16:50:49 2007 for open_prospect by  doxygen 1.4.6