XCSF
1.4.7
XCSF learning classifier system
|
System performance printing. More...
#include "perf.h"
Go to the source code of this file.
Functions | |
void | perf_print (const struct XCSF *xcsf, double *error, double *terror, const int trial) |
Displays the current training and test performance. More... | |
void perf_print | ( | const struct XCSF * | xcsf, |
double * | error, | ||
double * | terror, | ||
const int | trial | ||
) |
Displays the current training and test performance.
[in] | xcsf | The XCSF data structure. |
[in] | error | The current training error. |
[in] | terror | The current testing error. |
[in] | trial | The number of learning trials executed. |
Definition at line 34 of file perf.c.
Referenced by xcs_rl_exp(), and xcs_supervised_fit().