edu.ucla.belief.inference
Class S4Compiler

Object
  extended by S4Compiler

public class S4Compiler
extends Object


Constructor Summary
S4Compiler()
           
 
Method Summary
static BeliefCompilation compile(BeliefNetwork bn, JoinTree jt)
           
static BeliefCompilation compile(BeliefNetwork bn, JoinTree jt, QuantitativeDependencyHandler handler)
           
static BeliefCompilation compile(BeliefNetwork bn, List eliminationOrder)
           
static BeliefCompilation compile(BeliefNetwork bn, List eliminationOrder, QuantitativeDependencyHandler handler)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S4Compiler

public S4Compiler()
Method Detail

compile

public static BeliefCompilation compile(BeliefNetwork bn,
                                        List eliminationOrder)

compile

public static BeliefCompilation compile(BeliefNetwork bn,
                                        List eliminationOrder,
                                        QuantitativeDependencyHandler handler)

compile

public static BeliefCompilation compile(BeliefNetwork bn,
                                        JoinTree jt)
Since:
012904

compile

public static BeliefCompilation compile(BeliefNetwork bn,
                                        JoinTree jt,
                                        QuantitativeDependencyHandler handler)


Copyright 2010 UCLA Automated Reasoning Group