47 #ifndef BNLEARNERLISTENER_H 48 #define BNLEARNERLISTENER_H 56 class genericBNLearner;
73 const double time)
final;
74 virtual void whenStop(
const void* src,
const std::string message)
final;
85 #endif // BNLEARNERLISTENER_H virtual ~BNLearnerListener()
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
genericBNLearner * __bnlearner
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
BNLearnerListener & operator=(const BNLearnerListener &other)
A class that redirects gum_signal from algorithms to the listeners of BNLearn.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
BNLearnerListener(genericBNLearner *bnl, ApproximationScheme &sch)
virtual void whenStop(const void *src, const std::string message) final
When it stops.
A pack of learning algorithms that can easily be used.
virtual void whenProgress(const void *src, const Size pourcent, const double error, const double time) final
When progress was made.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
The ApproximationSchemeListener class.