XCSF  1.4.7
XCSF learning classifier system
perf.c File Reference

System performance printing. More...

#include "perf.h"
Include dependency graph for perf.c:

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...
 

Detailed Description

System performance printing.

Author
Richard Preen rpree.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om
Date
2015–2020.

Definition in file perf.c.

Function Documentation

◆ perf_print()

void perf_print ( const struct XCSF xcsf,
double *  error,
double *  terror,
const int  trial 
)

Displays the current training and test performance.

Parameters
[in]xcsfThe XCSF data structure.
[in]errorThe current training error.
[in]terrorThe current testing error.
[in]trialThe number of learning trials executed.

Definition at line 34 of file perf.c.

Referenced by xcs_rl_exp(), and xcs_supervised_fit().

Here is the caller graph for this function: