/u/ia02/s51068/local/projects/release/programme/testnet.h

gehe zur Dokumentation dieser Datei
00001 /* each elementary output of network fitnesscan be written as this struct */
00002 
00007 typedef struct {
00008   float *word1;
00009   float *type1;
00010   float *word2;
00011   float *type2;
00012 } outputPart;
00013 
00017 void checkPattern(int from, int to, float *paramIn, FlintType **result, int *resultCount);
00018 
00030 void prettyPrintOutputEx(int wordsize,int typesize, FlintType *result, int resultCount,float precision);
00031 
00037 void printNames(char **names, int nameCount);
00038 
00044 void printRoles(char **roles, int roleCount);
00045 
00049 void prettyPrintInput(int from, int to);
00050 
00056 void printCodebook(keyword* cb, int cbSize);
00057 
00061 int initEmptyPattern(void);
00062 
00071 krui_err propagateInputVector(float *input, int inputCount, int timeStep);
00072 
00079 int propagateSingleWord(char *word, int timeStep);
00080 
00087 int propagateWordsEx(char **words, int count);
00088 
00095 krui_err getNetOutput(FlintType **result, int *resultCount);
00096 

Erzeugt am Thu Jun 26 14:04:49 2008 für Diplomarbeit_Paul_Werner von  doxygen 1.5.0