Class BayesPm

java.lang.Object
edu.cmu.tetrad.bayes.BayesPm
All Implemented Interfaces:
VariableSource, Pm, TetradSerializable, Serializable

public final class BayesPm extends Object implements Pm, VariableSource
Implements a discrete Bayes parametric model--that is, a DAG together with a map from the nodes in the graph to a set of discrete variables, specifying the number of categories for each variable and the name of each category for each variable. This is all the information one needs to know in order to determine the parametric form of a Bayes net up to actual values of parameters. Specific values for the Bayes net are stored in a BayesIM object (see).
Version:
$Id: $Id
Author:
josephramsey
See Also: