aGrUM  0.14.2
BNLearner.h File Reference

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>
+ Include dependency graph for BNLearner.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

A basic pack of learning algorithms that can easily be used.

The pack currently contains K2, GreedyHillClimbing and LocalSearchWithTabuList

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file BNLearner.h.