SHOGUN
4.1.0
|
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 } |