/* Copyright (c) 1993 by The Johns Hopkins University */ /* OUTPUT.C: Output Routines */ #include "config.h" #include "pebls.h" extern config_type CONFIG; extern instance_type data[INSTANCES_MAX]; extern output_type output[CLASSES_MAX+1][TRIALS_MAX]; /* ------------------------------------------------------------ */ /* PRINT INSTANCES: For Debugging Purposes Only */ void print_instances(void) { int i,f; int features, instances; instances = CONFIG.instances; features = CONFIG.features; for (i=0; i