|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <vector>#include <set>#include <stack>#include <cmath>#include <algorithm>#include <iostream>#include "opengm/opengm.hxx"#include "opengm/operations/adder.hxx"#include "opengm/operations/multiplier.hxx"#include "opengm/operations/minimizer.hxx"#include "opengm/operations/maximizer.hxx"#include "opengm/utilities/random.hxx"#include "opengm/utilities/indexing.hxx"#include "opengm/datastructures/randomaccessset.hxx"#include "opengm/datastructures/partition.hxx"#include "opengm/inference/movemaker.hxx"#include "opengm/inference/visitors/visitor.hxx"#include "opengm/functions/view_convert_function.hxx"
Include dependency graph for swendsenwang.hxx:Go to the source code of this file.
Classes | |
| class | opengm::SwendsenWangEmptyVisitor< SW > |
| Visitor. More... | |
| class | opengm::SwendsenWangVerboseVisitor< SW > |
| Visitor. More... | |
| class | opengm::SwendsenWangMarginalVisitor< SW > |
| Visitor. More... | |
| class | opengm::SwendsenWang< GM, ACC > |
| Generalized Swendsen-Wang sampling A. Barbu, S. Zhu, "Generalizing swendsen-wang to sampling arbitrary posterior probabilities", PAMI 27:1239-1253, 2005. More... | |
| struct | opengm::SwendsenWang< GM, ACC >::Parameter |
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
Macros | |
| #define | OPENGM_SWENDSENWANG_HXX |
| #define OPENGM_SWENDSENWANG_HXX |
Definition at line 3 of file swendsenwang.hxx.
1.8.9.1