53 : m_max_iter(max_iter),
54 m_obj_del_thr(obj_del_thr),
55 m_int_gap_thr(int_gap_thr)
103 void update_messages(int32_t id_region);
Class CMAPInferImpl abstract class of MAP inference implementation.
vector< SGVector< int32_t > > m_all_intersections
vector< SGNDArray< float64_t > > m_theta_region
Dynamic array class for CSGObject pointers that creates an array that can be used like a list or an a...
vector< vector< SGNDArray< float64_t > > > m_msgs_from_region
virtual const char * get_name() const
CDynamicObjectArray * m_factors
all of classes and functions are contained in the shogun namespace
Class CFactorGraph a factor graph is a structured input in general.
Parameter(const int32_t max_iter=1000, const float64_t obj_del_thr=0.0002, const float64_t int_gap_thr=0.0002)
vector< set< int32_t > > m_region_intersections
vector< vector< SGVector< int32_t > > > m_region_inds_intersections
vector< SGNDArray< float64_t > > m_msgs_into_intersections
Class CFactor A factor is defined on a clique in the factor graph. Each factor can have its own data...