2 #include "GraphDenseKit.h" 3 #include "GraphPairwiseKit.h" 13 return std::make_shared<CGraphPairwiseKit>(nStates);
15 return std::make_shared<CGraphDenseKit>(nStates);
17 DGM_ASSERT_MSG(
false,
"Unknown graph type");
GraphType
Types of the graphical model.
static std::shared_ptr< CGraphKit > create(GraphType graphType, byte nStates)
Factory method returning graph kit object.