Compounds |
| struct | cmdobj_activity_distribution |
| struct | cmdobj_dump_lat_wts |
| struct | cmdobj_dump_lat_wts_sq |
| struct | cmdobj_load_snapshot |
| struct | cmdobj_or_pref_distribution |
| struct | cmdobj_plot_activity |
| struct | cmdobj_plot_afferent_weight_map |
| struct | cmdobj_plot_or_key |
| struct | cmdobj_plot_weights |
| struct | cmdobj_read_or_pref |
| struct | cmdobj_save_snapshot |
Defines |
| #define | MAX_FILENAME_LENGTH 128 |
Functions |
| cmdstat | cmd_activity_distribution ( int argc, const char *argv[] ) |
| cmdstat | cmd_dump_lat_wts ( int argc, const char *argv[] ) |
| cmdstat | cmd_dump_lat_wts_sq ( int argc, const char *argv[] ) |
| | Dumps lateral weights in a square region of the net, starting with (neuron,neuron) and ending with (neuron+side, neuron+side), in steps. More...
|
| cmdstat | cmd_load_snapshot ( int argc, const char *argv[] ) |
| cmdstat | cmd_or_pref_distribution ( int argc, const char *argv[] ) |
| cmdstat | cmd_plot_afferent_weight_map ( int argc, const char *argv[] ) |
| cmdstat | cmd_plot_or_key ( int argc, const char *argv[] ) |
| cmdstat | cmd_plot_weights ( int argc, const char *argv[] ) |
| cmdstat | cmd_plot_activity ( int argc, const char *argv[] ) |
| cmdstat | cmd_read_or_pref ( int argc, const char *argv[] ) |
| cmdstat | cmd_save_snapshot ( int argc, const char *argv[] ) |
| int | save_orientation_distribution (OrientationHistogram *histo, const char *histotype, int eye) |
| void | read_afferent_wts (Neuron nmap[NMAX][NMAX], FILE *fp, int ui,int uj, int action) |
| void | read_one_eye_wts (FILE *fp, a_weight affwts[WTMAX][WTMAX], int lowk, int highk, int lowl, int highl, int action) |
| int | read_maple (FILE *fp,l_weight *weights,int radius,int ui,int uj,double multiplier, int action) |
| void | weights_IO (int action, FILE *fp) |
| | This procedure does reading and writing of weights to an ASCII file. More...
|
| void | file_io_init_hook ( void ) |
| void | save_presentation_image (const char* filename, double fname_angle, double input_v[RNMAX*RNMAX*MAX_NUM_EYES], double initial_activity[NMAX][NMAX], double settled_activity[NMAX][NMAX], int pres) |
| | Create and save a picture of the input and activations. More...
|
| int | save_image_data (void) |
| | Saves data for visualizing the network's evolution. More...
|
| void | read_or (FILE * or_fp, int or_min, int or_max, int or_preferences[EYE_ARRAY_SIZE][NMAX][NMAX], double or_selectivities[EYE_ARRAY_SIZE][NMAX][NMAX] ) |
| void | read_wts (Neuron nmap[NMAX][NMAX], const char *basefilename,int ui,int uj, int output_routine, int iter, int action, int *centerx, int *centery) |
| | Reads Maple plot files of weight values for one neuron. More...
|
| int | compute_orientation_distribution (int lowi, int highi, int lowj, int highj, OrientationHistogram *histo, double activity[NMAX][NMAX],int eye) |
| | Make an orientation histogram out of the current orientation map and (optionally) a map of activities. More...
|
| int | compute_weight_distribution (OrientationHistogram *histo, int ui, int uj, l_weight *weights, int radius, int ar_width, int eye) |
| | Make an orientation histogram out of the current orientation map and a set of lateral weights. More...
|
| int | plot_weights_to_file (int ui, int uj, char *filebasename,int iter) |
| void | swallow_line (FILE *stream) |
| | Swallows the rest of the current line on the given stream. More...
|
Variables |
| int | plot_pe = PARENTPE |
| int | save_histo_files = False |
| OrientationHistogram | map_angles |
| OrientationHistogram | prev_map_angles |
| OrientationHistogram | weight_angles |
| OrientationHistogram | ormap_angles |