1
0
Fork 0

Update documentation

master
philipMartini 4 years ago
parent 37a1642b86
commit e160b88167
  1. BIN
      docs-out/_build/doctrees/PyCTBN.PyCTBN.estimators.doctree
  2. BIN
      docs-out/_build/doctrees/environment.pickle
  3. 24
      docs-out/_build/html/PyCTBN.PyCTBN.estimators.html
  4. 2
      docs-out/_build/html/searchindex.js
  5. 24
      docs/PyCTBN.PyCTBN.estimators.html
  6. 2
      docs/searchindex.js

@ -400,25 +400,23 @@ in the graph <code class="docutils literal notranslate"><span class="pre">_net_g
<li><p><strong>exp_test_alfa</strong> (<em>float</em>) – the significance level for the exponential Hp test</p></li>
<li><p><strong>chi_test_alfa</strong> (<em>float</em>) – the significance level for the chi Hp test</p></li>
<li><p><strong>known_edges</strong> (<em>List</em>) – the prior known edges in the net structure if present</p></li>
<li><p><strong>thumb_threshold</strong> (<em>int</em>) – the threshold value to consider a valid independence test</p></li>
</ul>
</dd>
<dt class="field-even">Param</dt>
<dd class="field-even"><p>thumb_threshold: the threshold value to consider a valid independence test</p>
</dd>
<dt class="field-odd">_nodes</dt>
<dd class="field-odd"><p>the nodes labels</p>
<dt class="field-even">_nodes</dt>
<dd class="field-even"><p>the nodes labels</p>
</dd>
<dt class="field-even">_nodes_vals</dt>
<dd class="field-even"><p>the nodes cardinalities</p>
<dt class="field-odd">_nodes_vals</dt>
<dd class="field-odd"><p>the nodes cardinalities</p>
</dd>
<dt class="field-odd">_nodes_indxs</dt>
<dd class="field-odd"><p>the nodes indexes</p>
<dt class="field-even">_nodes_indxs</dt>
<dd class="field-even"><p>the nodes indexes</p>
</dd>
<dt class="field-even">_complete_graph</dt>
<dd class="field-even"><p>the complete directed graph built using the nodes labels in <code class="docutils literal notranslate"><span class="pre">_nodes</span></code></p>
<dt class="field-odd">_complete_graph</dt>
<dd class="field-odd"><p>the complete directed graph built using the nodes labels in <code class="docutils literal notranslate"><span class="pre">_nodes</span></code></p>
</dd>
<dt class="field-odd">_cache</dt>
<dd class="field-odd"><p>the Cache object</p>
<dt class="field-even">_cache</dt>
<dd class="field-even"><p>the Cache object</p>
</dd>
</dl>
<dl class="py method">

File diff suppressed because one or more lines are too long

@ -400,25 +400,23 @@ in the graph <code class="docutils literal notranslate"><span class="pre">_net_g
<li><p><strong>exp_test_alfa</strong> (<em>float</em>) – the significance level for the exponential Hp test</p></li>
<li><p><strong>chi_test_alfa</strong> (<em>float</em>) – the significance level for the chi Hp test</p></li>
<li><p><strong>known_edges</strong> (<em>List</em>) – the prior known edges in the net structure if present</p></li>
<li><p><strong>thumb_threshold</strong> (<em>int</em>) – the threshold value to consider a valid independence test</p></li>
</ul>
</dd>
<dt class="field-even">Param</dt>
<dd class="field-even"><p>thumb_threshold: the threshold value to consider a valid independence test</p>
</dd>
<dt class="field-odd">_nodes</dt>
<dd class="field-odd"><p>the nodes labels</p>
<dt class="field-even">_nodes</dt>
<dd class="field-even"><p>the nodes labels</p>
</dd>
<dt class="field-even">_nodes_vals</dt>
<dd class="field-even"><p>the nodes cardinalities</p>
<dt class="field-odd">_nodes_vals</dt>
<dd class="field-odd"><p>the nodes cardinalities</p>
</dd>
<dt class="field-odd">_nodes_indxs</dt>
<dd class="field-odd"><p>the nodes indexes</p>
<dt class="field-even">_nodes_indxs</dt>
<dd class="field-even"><p>the nodes indexes</p>
</dd>
<dt class="field-even">_complete_graph</dt>
<dd class="field-even"><p>the complete directed graph built using the nodes labels in <code class="docutils literal notranslate"><span class="pre">_nodes</span></code></p>
<dt class="field-odd">_complete_graph</dt>
<dd class="field-odd"><p>the complete directed graph built using the nodes labels in <code class="docutils literal notranslate"><span class="pre">_nodes</span></code></p>
</dd>
<dt class="field-odd">_cache</dt>
<dd class="field-odd"><p>the Cache object</p>
<dt class="field-even">_cache</dt>
<dd class="field-even"><p>the Cache object</p>
</dd>
</dl>
<dl class="py method">

File diff suppressed because one or more lines are too long