edu.ucla.belief.uai2006
Interface UaiMapEngine


public interface UaiMapEngine

An interface for an algorithm that computes MAP for the 2006 UAI evaluation.

Author:
Mark Chavira

Method Summary
 UaiMapSolution computeMap(Random r, BeliefNetwork bn, Map<FiniteVariable,Object> e, Set<FiniteVariable> m)
          Computes MAP for the given network, evidence, and map variables.
 

Method Detail

computeMap

UaiMapSolution computeMap(Random r,
                          BeliefNetwork bn,
                          Map<FiniteVariable,Object> e,
                          Set<FiniteVariable> m)
                          throws Exception
Computes MAP for the given network, evidence, and map variables.

Parameters:
r - a random generator.
bn - the given network.
e - the given evidence.
m - the given map variables.
Returns:
the map solution.
Throws:
Exception


Copyright 2010 UCLA Automated Reasoning Group