edu.ucla.belief.uai2006
Interface UaiUtilsIf


public interface UaiUtilsIf

Utilities to make avaiable to the uai main program.

Author:
chavira

Method Summary
 UaiPreprocessResult preprocessNet(Random r, BeliefNetwork bn, Map<FiniteVariable,Object> e, boolean mpe)
          Preprocess the given network according to the given evidence and returns the result.
 

Method Detail

preprocessNet

UaiPreprocessResult preprocessNet(Random r,
                                  BeliefNetwork bn,
                                  Map<FiniteVariable,Object> e,
                                  boolean mpe)
                                  throws Exception
Preprocess the given network according to the given evidence and returns the result.

Parameters:
r - a random generator.
bn - the given network.
e - the given evidence.
Returns:
the result of preprocessing.
Throws:
Exception


Copyright 2010 UCLA Automated Reasoning Group