edu.ucla.belief
Class Snapshot
Object
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
Snapshot
public Snapshot(BeliefNetwork bn,
InferenceEngine ie,
PartialDerivativeEngine pde)
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