bayesnet.jayes.util.triangulation
Class GraphElimination
- java.lang.Object
-
- bayesnet.jayes.util.triangulation.GraphElimination
-
- All Implemented Interfaces:
- java.lang.Iterable<java.util.List<java.lang.Integer>>
public class GraphElimination extends java.lang.Object implements java.lang.Iterable<java.util.List<java.lang.Integer>>Graph elimination based on greedy minimum fill-in heuristic. Tie-breaking is done by using weights on the nodes. On tie, the node is chosen that will result in the cluster with a minimal sum of node weights
-
-
Constructor Summary
Constructors Constructor and Description GraphElimination(Graph graph, double[] nodeWeights, IEliminationHeuristic heuristic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.Iterator<java.util.List<java.lang.Integer>>iterator()
-
-
-
Constructor Detail
-
GraphElimination
public GraphElimination(Graph graph, double[] nodeWeights, IEliminationHeuristic heuristic)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG