libDAI
Classes | Namespaces
cobwebgraph.h File Reference

Defines class CobwebGraph, which implements a type of region graph used by GLC. More...

#include <iostream>
#include <dai/factorgraph.h>
#include <dai/weightedgraph.h>
#include <dai/smallset.h>
#include <dai/enum.h>
#include <algorithm>
#include <map>
#include <set>

Go to the source code of this file.

Classes

class  dai::CobwebGraph
 A CobwebGraph is a special type of region graph used by the GLC algorithm. More...
 
struct  dai::CobwebGraph::Connection
 The information in connection between two regions. More...
 

Namespaces

 dai
 Namespace for libDAI.
 

Detailed Description

Defines class CobwebGraph, which implements a type of region graph used by GLC.