#include <ie_statistic.h>
Public Member Functions | |
| statistic_info () | |
| virtual | ~statistic_info () |
| virtual void | calc_effectiveness (int n) |
Public Attributes | |
| double | effectiveness |
| int | number_of_infers |
Definition at line 39 of file ie_statistic.h.
| coco::statistic_info::statistic_info | ( | ) | [inline] |
Standard Constructor
Definition at line 49 of file ie_statistic.h.
| virtual coco::statistic_info::~statistic_info | ( | ) | [inline, virtual] |
Standard Destructor
Definition at line 51 of file ie_statistic.h.
| virtual void coco::statistic_info::calc_effectiveness | ( | int | n | ) | [inline, virtual] |
A call to this method calculates the effectiveness of the inference engine and stores the result in the effectiveness variable.
Definition at line 55 of file ie_statistic.h.
This is the effectiveness of the engine
Definition at line 43 of file ie_statistic.h.
The number_of_infers variable keeps the number of calls to the infer method of the inference engine.
Definition at line 46 of file ie_statistic.h.
1.5.8