aboutsummaryrefslogtreecommitdiff
path: root/beliefs/types/Node.py
diff options
context:
space:
mode:
Diffstat (limited to 'beliefs/types/Node.py')
-rw-r--r--beliefs/types/Node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/beliefs/types/Node.py b/beliefs/types/Node.py
index a8dca7c..a496acf 100644
--- a/beliefs/types/Node.py
+++ b/beliefs/types/Node.py
@@ -33,7 +33,7 @@ class Node:
parents: set of strings
cardinality: int, cardinality of the random variable the node represents
cpd: an instance of a conditional probability distribution,
- e.g. BernoulliOrFactor or pgmpy's TabularCPD
+ e.g. BernoulliOrCPD or TabularCPD
"""
self.label_id = label_id
self.children = children