Direct Graphical Models  v.1.7.0

Kit (factory) for constructing Graph-related objects. More...

Collaboration diagram for Graph Kit:

Classes

class  DirectGraphicalModels::CGraphDenseKit
 Kit class for constructing Dense Graph objects. More...
 
class  DirectGraphicalModels::CGraphKit
 Abstract Kit class for constructing Graph-related objects. More...
 
class  DirectGraphicalModels::CGraphPairwiseKit
 Kit class for constructing Pairwise Graph objects. More...
 

Detailed Description

Kit (factory) for constructing Graph-related objects.

The aim of the classes gathered here is to wrap the code responsible for creating new graph-related objects such as Graph Extensions and Inference / Decoding objects and to simplify work with these objects. The classes derived from the base class DirectGraphicalModels::CGraphKit serve as containers for all objects needed for graph building and inference. These objects are created with default parameters. Using the derived kit classes directly may give more control over the parameters.