edu.ucla.belief.uai2006
Class UaiPreprocessResult

Object
  extended by UaiPreprocessResult

public class UaiPreprocessResult
extends Object

The result of preprocessing a network.

Author:
Mark Chavira

Field Summary
 List eliminationOrder
          The elimination order.
 Map<String,Object> info
          Additional information returned by an algorithm in form.
 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

simplifiedPotentials

public Set simplifiedPotentials
The simplified potentials.


eliminationOrder

public List eliminationOrder
The elimination order.


logMaxClusterSize

public double logMaxClusterSize
The log max cluster size of the elimination order.


info

public Map<String,Object> info
Additional information returned by an algorithm in form. This field is optional and so may be null.

Constructor Detail

UaiPreprocessResult

public UaiPreprocessResult()


Copyright 2010 UCLA Automated Reasoning Group