aGrUM  0.16.0
relevantPotentialsFinderType.h
Go to the documentation of this file.
1 
30 #ifndef GUM_RELEVANT_POTENTIAL_FINDER_TYPE_H
31 #define GUM_RELEVANT_POTENTIAL_FINDER_TYPE_H
32 
33 namespace gum {
34 
35 
45  FIND_ALL, // do not perform d-separation analysis
46  DSEP_BAYESBALL_NODES, // BayesBall requisite nodes -> potentials
47  DSEP_BAYESBALL_POTENTIALS, // BayesBall requisite potentials (directly)
48  DSEP_KOLLER_FRIEDMAN_2009 // Koller & Friedman 2009 requisite potentials
49  };
50 
51 } // namespace gum
52 
53 
54 #endif // GUM_RELEVANT_POTENTIAL_FINDER_TYPE_H
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
RelevantPotentialsFinderType
type of algorithm for determining the relevant potentials for combinations using some d-separation an...