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

#include <intersection_based_inf.hxx>

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

Public Member Functions

 Parameter (const float seedFraction=0.01, const bool ignoreNegativeWeights=false, const bool seedFromNegativeEdges=true, const WeightRandomizationParam randomizer=WeightRandomizationParam())
 

Public Attributes

float seedFraction_
 
bool ignoreNegativeWeights_
 
bool seedFromNegativeEdges_
 
WeightRandomizationParam randomizer_
 

Detailed Description

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

Definition at line 597 of file intersection_based_inf.hxx.

Constructor & Destructor Documentation

template<class GM , class ACC >
opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::Parameter ( const float  seedFraction = 0.01,
const bool  ignoreNegativeWeights = false,
const bool  seedFromNegativeEdges = true,
const WeightRandomizationParam  randomizer = WeightRandomizationParam() 
)
inline

Definition at line 602 of file intersection_based_inf.hxx.

Member Data Documentation

template<class GM , class ACC >
bool opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::ignoreNegativeWeights_

Definition at line 619 of file intersection_based_inf.hxx.

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

Definition at line 621 of file intersection_based_inf.hxx.

template<class GM , class ACC >
float opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::seedFraction_

Definition at line 618 of file intersection_based_inf.hxx.

template<class GM , class ACC >
bool opengm::proposal_gen::RandomizedWatershed< GM, ACC >::Parameter::seedFromNegativeEdges_

Definition at line 620 of file intersection_based_inf.hxx.