edu.ucla.belief.uai2006
Interface UaiPeEngine

All Known Implementing Classes:
RC_Link_UAI2006, RC_Link2PeEngine, TestPeEngine

public interface UaiPeEngine

An interface for an algorithm that computes P(e) for the 2006 UAI evaluation.

Author:
Mark Chavira

Method Summary
 UaiMapSolution computePe(Random r, BeliefNetwork bn, Map<FiniteVariable,Object> e, UaiPreprocessResult pr)
          Computes P(e) for the given network and evidence.
 

Method Detail

computePe

UaiMapSolution computePe(Random r,
                         BeliefNetwork bn,
                         Map<FiniteVariable,Object> e,
                         UaiPreprocessResult pr)
                         throws Exception
Computes P(e) for the given network and evidence.

Parameters:
r - a random generator.
bn - the given network.
e - the given evidence.
pr - the preprocess result.
Returns:
the solution (instantiation will be an empty map).
Throws:
Exception


Copyright 2010 UCLA Automated Reasoning Group