public class JunctionTree extends Object
| Constructor and Description |
|---|
JunctionTree(Graph junctionTree) |
| Modifier and Type | Method and Description |
|---|---|
List<List<Integer>> |
getClusters() |
Graph |
getGraph() |
List<Pair<Graph.Edge,List<Integer>>> |
getSepSets() |
void |
setClusters(List<List<Integer>> clusters) |
void |
setSepSets(List<Pair<Graph.Edge,List<Integer>>> sepSets) |
Copyright © 2018. All rights reserved.