1
0
Fork 0

Typo in StructureConstraintBasedEst docs

master
Filippo Martini 4 years ago
parent 431236cd6c
commit a78a2a6d66
  1. 4
      PyCTBN/PyCTBN/estimators/structure_constraint_based_estimator.py

@ -38,10 +38,10 @@ class StructureConstraintBasedEstimator(StructureEstimator):
:type exp_test_alfa: float :type exp_test_alfa: float
:param chi_test_alfa: the significance level for the chi Hp test :param chi_test_alfa: the significance level for the chi Hp test
:type chi_test_alfa: float :type chi_test_alfa: float
:param: thumb_threshold: the threshold value to consider a valid independence test
:type thumb_threshold: int
:param known_edges: the prior known edges in the net structure if present :param known_edges: the prior known edges in the net structure if present
:type known_edges: List :type known_edges: List
:param thumb_threshold: the threshold value to consider a valid independence test
:type thumb_threshold: int
:_nodes: the nodes labels :_nodes: the nodes labels
:_nodes_vals: the nodes cardinalities :_nodes_vals: the nodes cardinalities
:_nodes_indxs: the nodes indexes :_nodes_indxs: the nodes indexes