bayesnet.jayes.util.triangulation
Class QuotientGraph
- java.lang.Object
-
- bayesnet.jayes.util.triangulation.QuotientGraph
-
public class QuotientGraph extends java.lang.ObjectQuotient graphs are special data structures for the perfect elimination order problem. Their size stays in O(|E|) where E is the set of edges. Using plain graphs would result in a storage complexity of O(|E*|), where E* is the set of Edges united with the set of "fill-in" edges generated during elimination.
See "An Approximate Minimum Degree Ordering Algorithm" (Amestoy et al. 1996)
-
-
Constructor Summary
Constructors Constructor and Description QuotientGraph(Graph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voideliminate(int variable)java.util.Set<java.lang.Integer>getNeighbors(int variable)
-
-
-
Constructor Detail
-
QuotientGraph
public QuotientGraph(Graph graph)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG