opengm::LOC< GM, ACC >::Parameter Class Reference
#include <loc.hxx>
List of all members.
Detailed Description
template<class GM, class ACC>
class opengm::LOC< GM, ACC >::Parameter
Definition at line 42 of file loc.hxx.
Constructor & Destructor Documentation
template<class GM, class ACC>
constuctor
- Parameters:
-
| phi | parameter of the truncated geometric distribution is used to select a certain subgraph radius with a certain probability |
| maxRadius | maximum radius for the subgraphes which are optimized within opengm:LOC |
| maxIteration | maximum number of iterations (in one iteration on subgraph gets) optimized |
| aStarThreshold | if the subgraph size is bigger than aStarThreshold opengm::Astar is used to optimize the subgraphes |
| startPoint_ | starting point for the inference |
Definition at line 51 of file loc.hxx.
Member Data Documentation
template<class GM, class ACC>
subgraph size threshold to switch from brute-force to a*star search
Definition at line 71 of file loc.hxx.
template<class GM, class ACC>
maximum number of iterations
Definition at line 69 of file loc.hxx.
template<class GM, class ACC>
maximum subgraph radius
Definition at line 67 of file loc.hxx.
template<class GM, class ACC>
phi of the truncated geometric distribution is used to select a certain subgraph radius with a certain probability
Definition at line 65 of file loc.hxx.
template<class GM, class ACC>
starting point for warm started inference
Definition at line 73 of file loc.hxx.