|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <smoothing_strategy.hxx>
Inheritance diagram for opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >:
Collaboration diagram for opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >:Public Types | |
| typedef GM::ValueType | ValueType |
| typedef DecompositionStorage< GM > | Storage |
| typedef SmoothingParameters< ValueType > | SmoothingParametersType |
| typedef SumProdTRWS_Parameters< ValueType > | SumProdSolverParametersType |
| typedef MaxSumTRWS_Parameters< ValueType > | MaxSumSolverParametersType |
| typedef PrimalLPBound_Parameter< ValueType > | PrimalLPEstimatorParametersType |
Public Member Functions | |
| SmoothingBasedInference_Parameter_Base (typename Storage::StructureType decompositionType, bool lazyLPPrimalBoundComputation, const SmoothingParametersType &smoothingParameters, const SumProdSolverParametersType &sumProdSolverParameters, const MaxSumSolverParametersType &maxSumSolverParameters, const PrimalLPEstimatorParametersType &primalLPEstimatorParameters) | |
| virtual | ~SmoothingBasedInference_Parameter_Base () |
| const SmoothingParametersType & | getSmoothingParameters () const |
| const SumProdSolverParametersType & | getSumProdSolverParameters () const |
| const MaxSumSolverParametersType & | getMaxSumSolverParameters () const |
| const PrimalLPEstimatorParametersType & | getPrimalLPEstimatorParameters () const |
Public Attributes | |
| Storage::StructureType | decompositionType_ |
| bool | lazyLPPrimalBoundComputation_ |
Definition at line 70 of file smoothing_strategy.hxx.
| typedef MaxSumTRWS_Parameters<ValueType> opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::MaxSumSolverParametersType |
Definition at line 77 of file smoothing_strategy.hxx.
| typedef PrimalLPBound_Parameter<ValueType> opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::PrimalLPEstimatorParametersType |
Definition at line 78 of file smoothing_strategy.hxx.
| typedef SmoothingParameters<ValueType> opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::SmoothingParametersType |
Definition at line 75 of file smoothing_strategy.hxx.
| typedef DecompositionStorage<GM> opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::Storage |
Definition at line 74 of file smoothing_strategy.hxx.
| typedef SumProdTRWS_Parameters<ValueType> opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::SumProdSolverParametersType |
Definition at line 76 of file smoothing_strategy.hxx.
| typedef GM::ValueType opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::ValueType |
Definition at line 73 of file smoothing_strategy.hxx.
|
inline |
Definition at line 80 of file smoothing_strategy.hxx.
|
inlinevirtual |
Definition at line 93 of file smoothing_strategy.hxx.
|
inline |
Definition at line 99 of file smoothing_strategy.hxx.
|
inline |
Definition at line 100 of file smoothing_strategy.hxx.
|
inline |
Definition at line 97 of file smoothing_strategy.hxx.
|
inline |
Definition at line 98 of file smoothing_strategy.hxx.
| Storage::StructureType opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::decompositionType_ |
Definition at line 93 of file smoothing_strategy.hxx.
| bool opengm::trws_base::SmoothingBasedInference_Parameter_Base< GM >::lazyLPPrimalBoundComputation_ |
Definition at line 96 of file smoothing_strategy.hxx.
|
protected |
Definition at line 104 of file smoothing_strategy.hxx.
|
protected |
Definition at line 105 of file smoothing_strategy.hxx.
|
protected |
Definition at line 102 of file smoothing_strategy.hxx.
|
protected |
Definition at line 103 of file smoothing_strategy.hxx.
1.8.9.1