|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <vector>#include <string>#include <iostream>#include <iomanip>#include <cstdlib>#include <cmath>#include <typeinfo>#include "opengm/opengm.hxx"#include "opengm/utilities/random.hxx"#include "opengm/inference/inference.hxx"#include "opengm/inference/movemaker.hxx"#include "opengm/operations/minimizer.hxx"#include "opengm/operations/maximizer.hxx"#include "opengm/operations/adder.hxx"#include "opengm/operations/multiplier.hxx"#include "opengm/operations/integrator.hxx"#include "opengm/inference/visitors/visitors.hxx"
Include dependency graph for gibbs.hxx:Go to the source code of this file.
Classes | |
| class | opengm::GibbsMarginalVisitor< GIBBS > |
| Visitor for the Gibbs sampler to compute arbitrary marginal probabilities. More... | |
| class | opengm::Gibbs< GM, ACC > |
| Gibbs sampling. More... | |
| class | opengm::Gibbs< GM, ACC >::Parameter |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_GIBBS_HXX |
1.8.9.1