37 if (trial %
xcsf->PERF_TRIALS == 0 && trial > 0) {
38 *error /=
xcsf->PERF_TRIALS;
39 *terror /=
xcsf->PERF_TRIALS;
40 printf(
"%d %.5f %.5f %d\n", trial, *error, *terror,
xcsf->pset.size);
void perf_print(const struct XCSF *xcsf, double *error, double *terror, const int trial)
Displays the current training and test performance.
System performance printing.