Package edu.ucla.belief

Interface Summary
BeliefNetwork Encapsulates information necessary to specify a belief network.
BeliefNetwork.Auditor  
Copier At inception, this interface abstracts the process of copying (cloning) variable objects, which is likely to be a BeliefNetwork-subclass-specific process.
CPTShell  
DynaListener  
Dynamator.Commitable  
Dynamator.Decorator  
EliminationOrders.ScoreFunction  
EvidenceChangeListener The listener interface for evidence changes sent by EvidenceController.
FiniteVariable A class for representing finite variables.
InferenceEngine  
KnowledgeBase.KnowledgeBaseListener  
NoisyOrShell An interface for noisy-or
PartialDerivativeEngine  
Potential  
QuantitativeDependencyHandler  
Variable Define variables.
 

Class Summary
AbstractInferenceEngine  
BeliefNetwork.Auditor.Deed  
BeliefNetwork.Auditor.Intention  
BeliefNetwork.Auditor.Unit  
BeliefNetworkImpl Encapsulates information necessary to specify a belief network.
BeliefNetworks Contains a collection of static methods relating to belief networks that are sometimes useful.
CPTParameter Modified by Hei Chan 20030610
CrouchingTiger Java 5 ("Tiger") extensions for IL1 inflib.
DecisionShell  
Definitions Static definitions removed from BeliefNetworks in order to break circular dependencies.
Dynamator  
EliminationHeuristic Was edu.ucla.belief.dtree.MethodEliminationOrder.Algorithm
EliminationHeuristic.RandomizedBestOfNStrategy  
EliminationOrders  
EOGenerator  
EOGenerator.EO  
EOGenerator.RC  
EvidenceChangeEvent The listener interface for evidence changes sent by EvidenceController.
EvidenceController  
FiniteVariableImpl A class for representing finite variables.
IDComparator  
KnowledgeBase Define KnowledgeBase.
LabelComparator  
NoisyOrShellHenrion  
NoisyOrShellPearl  
Prune A class containing utility methods that assist code that wants to work with a pruned network.
RandomNetworks Contains a collection of static methods relating to generating random networks
RCGenerator  
RCGenerator.EO  
RCGenerator.RC  
RCGenerator.Util  
Snapshot Takes a snapshot of the current network state, including evidence and its probability, the cpts, the conditionals, and the partial derivatives
Table  
TableIndex A class for mapping from variable instantiations to a linear index.
TableScaled  
TableShell  
VariableComparator  
VariableImpl  
VariableInstance  
 

Enum Summary
CrouchingTiger.DynamatorImpl  
 

Exception Summary
KnowledgeBase.KBUnsatisfiableStateException This Exception is thrown when the KnowledgeBase becomes inconsistent, or unsatisfiable.
StateNotFoundException  
 



Copyright 2010 UCLA Automated Reasoning Group