SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Enumerations
MAPInference.h File Reference

Go to the source code of this file.

Classes

class  CMAPInference
 Class CMAPInference performs MAP inference on a factor graph. Briefly, given a factor graph model, with features \(\bold{x}\), the prediction is obtained by \( {\arg\max} _{\bold{y}} P(\bold{Y} = \bold{y} | \bold{x}; \bold{w}) \). More...
 
class  CMAPInferImpl
 Class CMAPInferImpl abstract class of MAP inference implementation. More...
 

Enumerations

enum  EMAPInferType {
  TREE_MAX_PROD = 0, LOOPY_MAX_PROD = 1, LP_RELAXATION = 2, TRWS_MAX_PROD = 3,
  GRAPH_CUT = 4, GEMPLP = 5
}
 

SHOGUN Machine Learning Toolbox - Documentation