Class CptMapProbs

java.lang.Object
edu.cmu.tetrad.bayes.CptMapProbs
All Implemented Interfaces:
CptMap, TetradSerializable, Serializable

public class CptMapProbs extends Object implements CptMap
Represents a conditional probability table (CPT) in a Bayes net. This represents the CPT as a map from a unique integer index for a particular node to the probability of that node taking on that value, where NaN's are not stored.
Author:
josephramsey
See Also: