OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter Struct Reference

#include <intersection_based_inf.hxx>

+ Inheritance diagram for opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter:
+ Collaboration diagram for opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter:

Public Member Functions

 Parameter (const WeightRandomizationParam &randomizer=WeightRandomizationParam(), const float stopWeight=0.0, const float nodeNum=-1.0, const float ignoreNegativeWeights=false, const bool setCutToZero=false)
 

Public Attributes

WeightRandomizationParam randomizer_
 
float stopWeight_
 
float nodeStopNum_
 
float ignoreNegativeWeights_
 
bool setCutToZero_
 

Detailed Description

template<class GM, class ACC>
struct opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter

Definition at line 305 of file intersection_based_inf.hxx.

Constructor & Destructor Documentation

template<class GM , class ACC >
opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter::Parameter ( const WeightRandomizationParam randomizer = WeightRandomizationParam(),
const float  stopWeight = 0.0,
const float  nodeNum = -1.0,
const float  ignoreNegativeWeights = false,
const bool  setCutToZero = false 
)
inline

Definition at line 310 of file intersection_based_inf.hxx.

Member Data Documentation

template<class GM , class ACC >
float opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter::ignoreNegativeWeights_

Definition at line 328 of file intersection_based_inf.hxx.

template<class GM , class ACC >
float opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter::nodeStopNum_

Definition at line 327 of file intersection_based_inf.hxx.

template<class GM , class ACC >
WeightRandomizationParam opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter::randomizer_

Definition at line 325 of file intersection_based_inf.hxx.

template<class GM , class ACC >
bool opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter::setCutToZero_

Definition at line 329 of file intersection_based_inf.hxx.

template<class GM , class ACC >
float opengm::proposal_gen::RandMcClusterOp< GM, ACC >::Parameter::stopWeight_

Definition at line 326 of file intersection_based_inf.hxx.