![]() |
aGrUM
0.16.0
|
The ApproximationSchemeListener class. More...
#include <approximationSchemeListener.h>
Public Member Functions | |
ApproximationSchemeListener (IApproximationSchemeConfiguration &sch) | |
Class constructor. More... | |
virtual | ~ApproximationSchemeListener () |
Class destructor. More... | |
virtual void | whenProgress (const void *src, const Size step, const double error, const double time)=0 |
When progress was made. More... | |
virtual void | whenStop (const void *src, const std::string message)=0 |
When it stops. More... | |
void | attachSignal__ (__sig__::ISignaler *sender) |
void | detachSignal__ (__sig__::ISignaler *sender) |
Protected Member Functions | |
ApproximationSchemeListener (const ApproximationSchemeListener &other) | |
Copy constructor. More... | |
ApproximationSchemeListener & | operator= (const ApproximationSchemeListener &other) |
Copy operator. More... | |
The ApproximationSchemeListener class.
Definition at line 51 of file approximationSchemeListener.h.
gum::ApproximationSchemeListener::ApproximationSchemeListener | ( | IApproximationSchemeConfiguration & | sch | ) |
Class constructor.
sch | The scheme configuration. |
Definition at line 34 of file approximationSchemeListener.cpp.
References __sch, GUM_CONNECT, whenProgress(), and whenStop().
|
virtual |
Class destructor.
Definition at line 52 of file approximationSchemeListener.cpp.
References operator=().
|
protected |
Copy constructor.
Definition at line 44 of file approximationSchemeListener.cpp.
References GUM_ERROR.
|
inherited |
|
inherited |
|
protected |
Copy operator.
Definition at line 57 of file approximationSchemeListener.cpp.
References GUM_ERROR.
Referenced by ~ApproximationSchemeListener().
|
pure virtual |
When progress was made.
src | The signal source. |
pourcent | The advancement in percent. |
error | The number of errors. |
time | The time. |
Implemented in gum::learning::BNLearnerListener.
Referenced by ApproximationSchemeListener().
|
pure virtual |
When it stops.
src | The signal source. |
message | A message. |
Implemented in gum::learning::BNLearnerListener.
Referenced by ApproximationSchemeListener().
|
private |
The scheme configuration.
Definition at line 97 of file approximationSchemeListener.h.
Referenced by ApproximationSchemeListener().