edu.ucla.belief
Class Snapshot

Object
  extended by Snapshot

public class Snapshot
extends Object

Takes a snapshot of the current network state, including evidence and its probability, the cpts, the conditionals, and the partial derivatives


Constructor Summary
Snapshot(BeliefNetwork bn, InferenceEngine ie, PartialDerivativeEngine pde)
           
 
Method Summary
 Map getConditionalMap()
           
 Map getCPTMap()
           
 Map getCPTPartialMap()
           
 Map getEvidenceMap()
           
 double getProbEvidence()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snapshot

public Snapshot(BeliefNetwork bn,
                InferenceEngine ie,
                PartialDerivativeEngine pde)
Method Detail

getProbEvidence

public double getProbEvidence()

getEvidenceMap

public Map getEvidenceMap()

getCPTMap

public Map getCPTMap()

getConditionalMap

public Map getConditionalMap()

getCPTPartialMap

public Map getCPTPartialMap()


Copyright 2010 UCLA Automated Reasoning Group