![]() |
aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
|
Partial Ancestral Graph (PAG) — graph type for FCI output. More...
Go to the source code of this file.
Classes | |
| class | gum::PAG |
| Partial Ancestral Graph: undirected topology with endpoint marks. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Enumerations | |
| enum class | gum::EdgeMark : uint8_t { gum::Circle = 0 , gum::Tail = 1 , gum::Arrowhead = 2 } |
| Endpoint marks used in PAG edges. More... | |
Functions | |
| std::ostream & | gum::operator<< (std::ostream &stream, const PAG &g) |
Partial Ancestral Graph (PAG) — graph type for FCI output.
Definition in file PAG.h.