|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectUaiPreprocessResult
public class UaiPreprocessResult
The result of preprocessing a network.
Field Summary | |
---|---|
List |
eliminationOrder
The elimination order. |
Map<String,Object> |
info
Additional information returned by an algorithm in |
double |
logMaxClusterSize
The log max cluster size of the elimination order. |
Set |
simplifiedPotentials
The simplified potentials. |
Constructor Summary | |
---|---|
UaiPreprocessResult()
|
Method Summary |
---|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Set simplifiedPotentials
public List eliminationOrder
public double logMaxClusterSize
public Map<String,Object> info
Constructor Detail |
---|
public UaiPreprocessResult()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |