![]() |
aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
|
The greedy thick-thinning learning algorithm (for directed graphs). More...
#include <string>#include <vector>#include <agrum/agrum.h>#include <agrum/base/core/approximations/approximationScheme.h>#include <agrum/BN/BayesNet.h>#include <agrum/BN/learning/greedyThickThinning_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::learning::GreedyThickThinning |
| The greedy thick-thinning learning algorithm (for directed graphs). More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
| namespace | gum::learning |
| include the inlined functions if necessary | |
The greedy thick-thinning learning algorithm (for directed graphs).
The GreedyThickThinning class implements a two-phase greedy search:
Definition in file greedyThickThinning.h.