il2.model
Class BayesianNetwork
Object
BayesianNetwork
public class BayesianNetwork
- extends Object
- Since:
- 20030602
- Author:
- james d park
BayesianNetwork
public BayesianNetwork(Table[] cpts)
forVariable
public Table forVariable(int var)
- Since:
- 20060123
cpts
public Table[] cpts()
domain
public Domain domain()
size
public int size()
generateGraph
public Graph generateGraph()
generateConsistentAssignment
public IntMap generateConsistentAssignment()
simplify
public Table[] simplify(IntSet interesting,
IntMap evidence)
isRelevant
public boolean[] isRelevant(IntSet interesting,
IntMap evidence)
isRelevant
public boolean[] isRelevant(IntSet variablesOfInterest)
simplify
public Table[] simplify(IntSet variablesOfInterest)
sanityCheck
public void sanityCheck()
ensureNormalized
public BayesianNetwork ensureNormalized()
Copyright 2010 UCLA Automated Reasoning Group