![]() |
aGrUM
0.14.2
|
A basic pack of learning algorithms that can easily be used. More...
#include <sstream>
#include <algorithm>
#include <vector>
#include <agrum/BN/BayesNet.h>
#include <agrum/agrum.h>
#include <agrum/core/bijection.h>
#include <agrum/core/sequence.h>
#include <agrum/graphs/DAG.h>
#include <agrum/learning/BNLearnUtils/genericBNLearner.h>
#include <agrum/learning/BNLearner_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::learning::BNLearner< GUM_SCALAR > |
A pack of learning algorithms that can easily be used. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
gum::learning | |
A basic pack of learning algorithms that can easily be used.
The pack currently contains K2, GreedyHillClimbing and LocalSearchWithTabuList
Definition in file BNLearner.h.