OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::SelfFusion< INFERENCE >::Parameter Class Reference

#include <self_fusion.hxx>

+ Collaboration diagram for opengm::SelfFusion< INFERENCE >::Parameter:

Public Member Functions

 Parameter (const UInt64Type fuseNth=1, const FusionSolver fusionSolver=LazyFlipperFusion, const typename INFERENCE::Parameter &infParam=typename INFERENCE::Parameter(), const UInt64Type maxSubgraphSize=2, const bool reducedInf=false, const bool tentacles=false, const bool connectedComponents=false, const double fusionTimeLimit=100.0, const size_t numStopIt=10)
 

Public Attributes

UInt64Type fuseNth_
 
FusionSolver fusionSolver_
 
INFERENCE::Parameter infParam_
 
UInt64Type maxSubgraphSize_
 
bool reducedInf_
 
bool connectedComponents_
 
bool tentacles_
 
double fusionTimeLimit_
 
size_t numStopIt_
 

Detailed Description

template<class INFERENCE>
class opengm::SelfFusion< INFERENCE >::Parameter

Definition at line 289 of file self_fusion.hxx.

Constructor & Destructor Documentation

template<class INFERENCE>
opengm::SelfFusion< INFERENCE >::Parameter::Parameter ( const UInt64Type  fuseNth = 1,
const FusionSolver  fusionSolver = LazyFlipperFusion,
const typename INFERENCE::Parameter &  infParam = typename INFERENCE::Parameter(),
const UInt64Type  maxSubgraphSize = 2,
const bool  reducedInf = false,
const bool  tentacles = false,
const bool  connectedComponents = false,
const double  fusionTimeLimit = 100.0,
const size_t  numStopIt = 10 
)
inline

Definition at line 291 of file self_fusion.hxx.

Member Data Documentation

template<class INFERENCE>
bool opengm::SelfFusion< INFERENCE >::Parameter::connectedComponents_

Definition at line 319 of file self_fusion.hxx.

template<class INFERENCE>
UInt64Type opengm::SelfFusion< INFERENCE >::Parameter::fuseNth_

Definition at line 314 of file self_fusion.hxx.

template<class INFERENCE>
FusionSolver opengm::SelfFusion< INFERENCE >::Parameter::fusionSolver_

Definition at line 315 of file self_fusion.hxx.

template<class INFERENCE>
double opengm::SelfFusion< INFERENCE >::Parameter::fusionTimeLimit_

Definition at line 321 of file self_fusion.hxx.

template<class INFERENCE>
INFERENCE::Parameter opengm::SelfFusion< INFERENCE >::Parameter::infParam_

Definition at line 316 of file self_fusion.hxx.

template<class INFERENCE>
UInt64Type opengm::SelfFusion< INFERENCE >::Parameter::maxSubgraphSize_

Definition at line 317 of file self_fusion.hxx.

template<class INFERENCE>
size_t opengm::SelfFusion< INFERENCE >::Parameter::numStopIt_

Definition at line 322 of file self_fusion.hxx.

template<class INFERENCE>
bool opengm::SelfFusion< INFERENCE >::Parameter::reducedInf_

Definition at line 318 of file self_fusion.hxx.

template<class INFERENCE>
bool opengm::SelfFusion< INFERENCE >::Parameter::tentacles_

Definition at line 320 of file self_fusion.hxx.