Functions | |
| static void | readweights (int) |
| static void | readstats (int) |
| static void | setthings (int) |
| static double | dotprod (int, double *, double *) |
| static double | act_func (double) |
| static void | output () |
Variables | |
| static FILE * | fp |
| static int | dummy |
| static double | avg_temp [datan][ncolumn] |
| static double | sigma_temp [datan][ncolumn] |
| static double | avg [ncolumn] |
| static double | sigma [ncolumn] |
| static int | nin [datan] |
| static int | nh1 [datan] |
| static int | nh2 [datan] |
| static int | nout |
| static int | n_in |
| static int | n_h1 |
| static int | n_h2 |
| static double | in [ncolumn] |
| static double | pt1 |
| static double | pw1 |
| static double | pt0 |
| static double | pw0 |
| static double | pdt1 |
| static double | pdw1 |
| static double | pdt0 |
| static double | pdw0 |
| static double | out [maxnout] |
| static double | outh1 [maxnhd] |
| static double | outh2 [maxnhd] |
| static double | pot [maxnout] |
| static double | w [datan][maxnout][maxnhd] |
| static double | wh1 [datan][maxnhd][maxnin] |
| static double | wh2 [datan][maxnhd][maxnhd] |
| static double | weights [maxnout][maxnhd] |
| static double | weights_h1 [maxnhd][maxnin] |
| static double | weights_h2 [maxnhd][maxnhd] |
| static float | mtda_pot [ncase] |
| static float | mtda_posw [ncase] |
| static double act_func | ( | double | ) | [static] |
| static double dotprod | ( | int | , | |
| double * | , | |||
| double * | ||||
| ) | [static] |
| static void output | ( | ) | [static] |
| static void readstats | ( | int | ) | [static] |
| static void readweights | ( | int | ) | [static] |
| static void setthings | ( | int | ) | [static] |
double avg[ncolumn] [static] |
double avg_temp[datan][ncolumn] [static] |
int dummy [static] |
FILE* fp [static] |
double in[ncolumn] [static] |
float mtda_posw[ncase] [static] |
float mtda_pot[ncase] [static] |
int n_h1 [static] |
int n_h2 [static] |
int n_in [static] |
int nh1[datan] [static] |
int nh2[datan] [static] |
int nin[datan] [static] |
int nout [static] |
double out[maxnout] [static] |
double outh1[maxnhd] [static] |
double outh2[maxnhd] [static] |
double pdt0 [static] |
double pdt1 [static] |
double pdw0 [static] |
double pdw1 [static] |
double pot[maxnout] [static] |
double pt0 [static] |
double pt1 [static] |
double pw0 [static] |
double pw1 [static] |
double sigma[ncolumn] [static] |
double sigma_temp[datan][ncolumn] [static] |
double w[datan][maxnout][maxnhd] [static] |
double weights[maxnout][maxnhd] [static] |
double weights_h1[maxnhd][maxnin] [static] |
double weights_h2[maxnhd][maxnhd] [static] |
double wh1[datan][maxnhd][maxnin] [static] |
double wh2[datan][maxnhd][maxnhd] [static] |
1.4.7