edu.ucla.belief.inference.map
Class ExactMap

Object
  extended by ExactMap

public class ExactMap
extends Object

Author:
JD Park, Mark Chavira, Keith Cascio

Nested Class Summary
static class ExactMap.SizedOrder
           
 
Constructor Summary
ExactMap()
           
 
Method Summary
static MapSearch.MapInfo computeMap(BeliefNetwork bn, Set vars, Map evid, double seconds)
           
static MapSearch.MapInfo computeMap(BeliefNetwork bn, Set vars, Map evid, double seconds, int widthBarrier)
           
static MapSearch.MapInfo computeMap(BeliefNetwork bn, Set vars, Map evid, double seconds, int widthBarrier, List orderHint)
           
static MapSearch.MapInfo computeMapSloppy(BeliefNetwork bn, Set vars, Map evid, double seconds, int widthBarrier, double slop)
           
static MapSearch.MapInfo computeMapSloppy(BeliefNetwork bn, Set vars, Map evid, double seconds, int widthBarrier, double slop, List orderHint)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExactMap

public ExactMap()
Method Detail

computeMap

public static MapSearch.MapInfo computeMap(BeliefNetwork bn,
                                           Set vars,
                                           Map evid,
                                           double seconds)

computeMap

public static MapSearch.MapInfo computeMap(BeliefNetwork bn,
                                           Set vars,
                                           Map evid,
                                           double seconds,
                                           int widthBarrier)

computeMap

public static MapSearch.MapInfo computeMap(BeliefNetwork bn,
                                           Set vars,
                                           Map evid,
                                           double seconds,
                                           int widthBarrier,
                                           List orderHint)

computeMapSloppy

public static MapSearch.MapInfo computeMapSloppy(BeliefNetwork bn,
                                                 Set vars,
                                                 Map evid,
                                                 double seconds,
                                                 int widthBarrier,
                                                 double slop)
Since:
062104

computeMapSloppy

public static MapSearch.MapInfo computeMapSloppy(BeliefNetwork bn,
                                                 Set vars,
                                                 Map evid,
                                                 double seconds,
                                                 int widthBarrier,
                                                 double slop,
                                                 List orderHint)
Since:
062104


Copyright 2010 UCLA Automated Reasoning Group