Interface CptMap

All Superinterfaces:
Serializable, TetradSerializable
All Known Implementing Classes:
CptMapCounts, CptMapProbs

public interface CptMap extends TetradSerializable
An interface representing a map of probabilities or counts for nodes in a Bayesian network. Implementations of this interface should provide methods to get the probability or count for a node at a given row and column, as well as methods to retrieve the number of rows and columns in the map.

This interface extends the TetradSerializable interface, indicating that implementations should be serializable and follow certain guidelines for compatibility across different versions of Tetrad.

Author:
josephramsey
See Also: