![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
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 50 of file approximationSchemeListener.h.
gum::ApproximationSchemeListener::ApproximationSchemeListener | ( | IApproximationSchemeConfiguration & | sch | ) |
Class constructor.
sch | The scheme configuration. |
Definition at line 33 of file approximationSchemeListener.cpp.
References gum::Set< Key, Alloc >::emplace().
|
virtual |
Class destructor.
Definition at line 48 of file approximationSchemeListener.cpp.
References gum::Set< Key, Alloc >::emplace().
|
protected |
Copy constructor.
Definition at line 41 of file approximationSchemeListener.cpp.
References gum::Set< Key, Alloc >::emplace().
|
inherited |
Definition at line 35 of file listener_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
inherited |
Definition at line 37 of file listener_inl.h.
References gum::Set< Key, Alloc >::emplace().
|
protected |
Copy operator.
Definition at line 53 of file approximationSchemeListener.cpp.
References gum::Set< Key, Alloc >::emplace().
|
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.
|
pure virtual |
When it stops.
src | The signal source. |
message | A message. |
Implemented in gum::learning::BNLearnerListener.
|
private |
The scheme configuration.
Definition at line 94 of file approximationSchemeListener.h.