21 #include "drwnMapInference.h"
Factory for creating drwnMAPInference objects.
Definition: drwnMapInferenceFactory.h:29
drwnMAPInference * create(const char *name, const drwnFactorGraph &graph) const
create a MAP inference object
Definition: drwnMapInferenceFactory.cpp:47
drwnMAPInferenceFactory()
singleton class so hide constructor
Definition: drwnMapInferenceFactory.h:44
list< string > getRegisteredClasses() const
get a list of all registered classes
Definition: drwnMapInferenceFactory.cpp:30
Container and utility functions for factor graphs.
Definition: drwnFactorGraph.h:40
Interface for various MAP inference (energy minimization) algorithms.
Definition: drwnMapInference.h:38