aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
searchStrategy.h File Reference

Headers of the SearchStrategy class and child. More...

#include <list>
#include <ostream>
#include <utility>
#include <vector>
#include <agrum/PRM/gspan/edgeGrowth.h>
#include <agrum/PRM/gspan/searchStrategy_tpl.h>
Include dependency graph for searchStrategy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::prm::gspan::SearchStrategy< GUM_SCALAR >
 This is an abstract class used to tune search strategies in the gspan algorithm. More...
class  gum::prm::gspan::FrequenceSearch< GUM_SCALAR >
 This is class is an implementation of a simple serach strategy for the gspan algorithm: it accept a growth if its frequency is above a user defined value. More...
class  gum::prm::gspan::StrictSearch< GUM_SCALAR >
 This is class is an implementation of a strict strategy for the GSpan algorithm. More...
struct  gum::prm::gspan::StrictSearch< GUM_SCALAR >::PData
 Private structure to represent data about a pattern. More...
class  gum::prm::gspan::TreeWidthSearch< GUM_SCALAR >
 A growth is accepted if and only if the new growth has a tree width less large or equal than its father. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::prm
 namespace for all probabilistic relational models entities
namespace  gum::prm::gspan

Detailed Description

Headers of the SearchStrategy class and child.

Author
Lionel TORTI and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file searchStrategy.h.