![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Copyright (c) 2005-2021 by Pierre-Henri WUILLEMIN() & Christophe GONZALES() info_at_agrum_dot_org. More...
#include <list>
#include <sstream>
#include <string>
#include <agrum/PRM/PRM.h>
#include <agrum/tools/core/hashTable.h>
#include <agrum/tools/graphs/undiGraph.h>
#include <agrum/PRM/gspan/interfaceGraph_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::prm::GSpan< GUM_SCALAR > |
This class discovers pattern in a PRM<GUM_SCALAR>'s PRMSystem<GUM_SCALAR> to speed up structured inference. More... | |
struct | gum::prm::gspan::LabelData |
Inner class to handle data about labels in this interface graph. More... | |
struct | gum::prm::gspan::NodeData< GUM_SCALAR > |
Inner class to handle data about nodes in graph. More... | |
struct | gum::prm::gspan::EdgeData< GUM_SCALAR > |
Inner class to handle data about edges in graph. More... | |
class | gum::prm::gspan::InterfaceGraph< GUM_SCALAR > |
This class represent the interface graph of a given gum::prm::PRMSystem<GUM_SCALAR>. More... | |
Namespaces | |
gum | |
Copyright (c) 2005-2021 by Pierre-Henri WUILLEMIN() & Christophe GONZALES() info_at_agrum_dot_org. | |
gum::prm | |
namespace for all probabilistic relational models entities | |
gum::prm::gspan | |
Functions | |
std::ostream & | gum::prm::gspan::operator<< (std::ostream &out, const LabelData &data) |
Print a LabelData in out. More... | |
template<typename GUM_SCALAR > | |
std::ostream & | gum::prm::gspan::operator<< (std::ostream &out, const NodeData< GUM_SCALAR > &data) |
Print a NodeData<GUM_SCALAR> in out. More... | |
template<typename GUM_SCALAR > | |
std::ostream & | gum::prm::gspan::operator<< (std::ostream &out, const EdgeData< GUM_SCALAR > &data) |
Print a EdgeData<GUM_SCALAR> in out. More... | |
Copyright (c) 2005-2021 by Pierre-Henri WUILLEMIN() & Christophe GONZALES() info_at_agrum_dot_org.
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.
Headers of InterfaceGraph.
Definition in file interfaceGraph.h.