parent
c9183ae0dc
commit
6ba5762d02
@ -0,0 +1,45 @@ |
|||||||
|
PyCTBN.tests.estimators package |
||||||
|
=============================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_parameters\_estimator module |
||||||
|
---------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_parameters_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_constraint\_based\_estimator module |
||||||
|
---------------------------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_constraint_based_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_estimator module |
||||||
|
--------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_score\_based\_estimator module |
||||||
|
----------------------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_score_based_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,29 @@ |
|||||||
|
PyCTBN.tests.optimizers package |
||||||
|
=============================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.optimizers.test\_hill\_climbing\_search module |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers.test_hill_climbing_search |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.optimizers.test\_tabu\_search module |
||||||
|
------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers.test_tabu_search |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,21 @@ |
|||||||
|
PyCTBN.tests package |
||||||
|
==================== |
||||||
|
|
||||||
|
Subpackages |
||||||
|
----------- |
||||||
|
|
||||||
|
.. toctree:: |
||||||
|
:maxdepth: 4 |
||||||
|
|
||||||
|
PyCTBN.tests.estimators |
||||||
|
PyCTBN.tests.optimizers |
||||||
|
PyCTBN.tests.structure_graph |
||||||
|
PyCTBN.tests.utility |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,61 @@ |
|||||||
|
PyCTBN.tests.structure\_graph package |
||||||
|
===================================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_cim module |
||||||
|
---------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_cim |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_networkgraph module |
||||||
|
------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_networkgraph |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_sample\_path module |
||||||
|
------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_sample_path |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_setofcims module |
||||||
|
---------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_setofcims |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_structure module |
||||||
|
---------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_structure |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_trajectory module |
||||||
|
----------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_trajectory |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,37 @@ |
|||||||
|
PyCTBN.tests.utility package |
||||||
|
============================ |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_cache module |
||||||
|
--------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_cache |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_json\_importer module |
||||||
|
------------------------------------------------ |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_json_importer |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_sample\_importer module |
||||||
|
-------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_sample_importer |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,345 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.estimators package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-estimators-package"> |
||||||
|
<h1>PyCTBN.tests.estimators package<a class="headerlink" href="#pyctbn-tests-estimators-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_parameters_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-parameters-estimator-module"></span><h2>PyCTBN.tests.estimators.test_parameters_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_parameters_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_parameters_estimator.</code><code class="sig-name descname">TestParametersEstimatior</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.aux_import_sampled_cims"> |
||||||
|
<code class="sig-name descname">aux_import_sampled_cims</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cims_label</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.aux_import_sampled_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.cim_equality_test"> |
||||||
|
<code class="sig-name descname">cim_equality_test</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cim1</span></em>, <em class="sig-param"><span class="n">cim2</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.cim_equality_test" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.equality_of_cims_of_node"> |
||||||
|
<code class="sig-name descname">equality_of_cims_of_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sampled_cims</span></em>, <em class="sig-param"><span class="n">estimated_cims</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.equality_of_cims_of_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_compute_parameters_for_node"> |
||||||
|
<code class="sig-name descname">test_compute_parameters_for_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_compute_parameters_for_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_fast_init"> |
||||||
|
<code class="sig-name descname">test_fast_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_fast_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_structure_constraint_based_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-structure-constraint-based-estimator-module"></span><h2>PyCTBN.tests.estimators.test_structure_constraint_based_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_structure_constraint_based_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_structure_constraint_based_estimator.</code><code class="sig-name descname">TestStructureConstraintBasedEstimator</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_1"> |
||||||
|
<code class="sig-name descname">test_structure_1</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_1" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_2"> |
||||||
|
<code class="sig-name descname">test_structure_2</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_2" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_structure_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-structure-estimator-module"></span><h2>PyCTBN.tests.estimators.test_structure_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_structure_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_structure_estimator.</code><code class="sig-name descname">TestStructureEstimator</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_adjacency_matrix"> |
||||||
|
<code class="sig-name descname">test_adjacency_matrix</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_adjacency_matrix" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_complete_graph"> |
||||||
|
<code class="sig-name descname">test_build_complete_graph</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_complete_graph" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_removable_edges_matrix"> |
||||||
|
<code class="sig-name descname">test_build_removable_edges_matrix</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_removable_edges_matrix" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_generate_possible_sub_sets_of_size"> |
||||||
|
<code class="sig-name descname">test_generate_possible_sub_sets_of_size</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_generate_possible_sub_sets_of_size" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_plot_estimated_graph"> |
||||||
|
<code class="sig-name descname">test_save_plot_estimated_graph</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_plot_estimated_graph" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_results"> |
||||||
|
<code class="sig-name descname">test_save_results</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_results" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_time"> |
||||||
|
<code class="sig-name descname">test_time</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_time" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_structure_score_based_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-structure-score-based-estimator-module"></span><h2>PyCTBN.tests.estimators.test_structure_score_based_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_structure_score_based_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_structure_score_based_estimator.</code><code class="sig-name descname">TestStructureScoreBasedEstimator</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_1"> |
||||||
|
<code class="sig-name descname">test_structure_1</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_1" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_2"> |
||||||
|
<code class="sig-name descname">test_structure_2</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_2" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_monoprocesso"> |
||||||
|
<code class="sig-name descname">test_structure_monoprocesso</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_monoprocesso" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.estimators" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,224 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-package"> |
||||||
|
<h1>PyCTBN.tests package<a class="headerlink" href="#pyctbn-tests-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="subpackages"> |
||||||
|
<h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2> |
||||||
|
<div class="toctree-wrapper compound"> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.estimators.html">PyCTBN.tests.estimators package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_parameters_estimator">PyCTBN.tests.estimators.test_parameters_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_structure_constraint_based_estimator">PyCTBN.tests.estimators.test_structure_constraint_based_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_structure_estimator">PyCTBN.tests.estimators.test_structure_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_structure_score_based_estimator">PyCTBN.tests.estimators.test_structure_score_based_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.optimizers.html">PyCTBN.tests.optimizers package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#module-PyCTBN.tests.optimizers.test_hill_climbing_search">PyCTBN.tests.optimizers.test_hill_climbing_search module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#module-PyCTBN.tests.optimizers.test_tabu_search">PyCTBN.tests.optimizers.test_tabu_search module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#module-PyCTBN.tests.optimizers">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.structure_graph.html">PyCTBN.tests.structure_graph package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_cim">PyCTBN.tests.structure_graph.test_cim module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_networkgraph">PyCTBN.tests.structure_graph.test_networkgraph module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_sample_path">PyCTBN.tests.structure_graph.test_sample_path module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_setofcims">PyCTBN.tests.structure_graph.test_setofcims module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_structure">PyCTBN.tests.structure_graph.test_structure module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_trajectory">PyCTBN.tests.structure_graph.test_trajectory module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.utility.html">PyCTBN.tests.utility package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility.test_cache">PyCTBN.tests.utility.test_cache module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility.test_json_importer">PyCTBN.tests.utility.test_json_importer module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility.test_sample_importer">PyCTBN.tests.utility.test_sample_importer module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,235 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.optimizers package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-optimizers-package"> |
||||||
|
<h1>PyCTBN.tests.optimizers package<a class="headerlink" href="#pyctbn-tests-optimizers-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.optimizers.test_hill_climbing_search"> |
||||||
|
<span id="pyctbn-tests-optimizers-test-hill-climbing-search-module"></span><h2>PyCTBN.tests.optimizers.test_hill_climbing_search module<a class="headerlink" href="#module-PyCTBN.tests.optimizers.test_hill_climbing_search" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.optimizers.test_hill_climbing_search.</code><code class="sig-name descname">TestHillClimbingSearch</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure"> |
||||||
|
<code class="sig-name descname">test_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.optimizers.test_tabu_search"> |
||||||
|
<span id="pyctbn-tests-optimizers-test-tabu-search-module"></span><h2>PyCTBN.tests.optimizers.test_tabu_search module<a class="headerlink" href="#module-PyCTBN.tests.optimizers.test_tabu_search" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.optimizers.test_tabu_search.</code><code class="sig-name descname">TestTabuSearch</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure"> |
||||||
|
<code class="sig-name descname">test_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.optimizers"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.optimizers" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,512 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.structure_graph package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-structure-graph-package"> |
||||||
|
<h1>PyCTBN.tests.structure_graph package<a class="headerlink" href="#pyctbn-tests-structure-graph-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_cim"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-cim-module"></span><h2>PyCTBN.tests.structure_graph.test_cim module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_cim" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_cim.</code><code class="sig-name descname">TestConditionalIntensityMatrix</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_compute_cim_coefficients"> |
||||||
|
<code class="sig-name descname">test_compute_cim_coefficients</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_compute_cim_coefficients" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_repr"> |
||||||
|
<code class="sig-name descname">test_repr</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_repr" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_networkgraph"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-networkgraph-module"></span><h2>PyCTBN.tests.structure_graph.test_networkgraph module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_networkgraph" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_networkgraph.</code><code class="sig-name descname">TestNetworkGraph</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_p_combs_structure"> |
||||||
|
<code class="sig-name descname">aux_build_p_combs_structure</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">p_vals</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_p_combs_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_columns_filtering_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">aux_build_time_columns_filtering_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">p_indxs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_columns_filtering_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">aux_build_time_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">parents_indxs</span></em>, <em class="sig-param"><span class="n">parents_labels</span></em>, <em class="sig-param"><span class="n">parents_vals</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_columns_filtering_structure"> |
||||||
|
<code class="sig-name descname">aux_build_transition_columns_filtering_structure</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">p_indxs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_columns_filtering_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">aux_build_transition_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">parents_indxs</span></em>, <em class="sig-param"><span class="n">parents_labels</span></em>, <em class="sig-param"><span class="n">parents_values</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_edges"> |
||||||
|
<code class="sig-name descname">test_add_edges</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_edges" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_nodes"> |
||||||
|
<code class="sig-name descname">test_add_nodes</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_nodes" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_p_combs_structure"> |
||||||
|
<code class="sig-name descname">test_build_p_combs_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_p_combs_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_columns_filtering_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">test_build_time_columns_filtering_structure_for_a_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_columns_filtering_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">test_build_time_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_columns_filtering_structure"> |
||||||
|
<code class="sig-name descname">test_build_transition_columns_filtering_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_columns_filtering_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">test_build_transition_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_fast_init"> |
||||||
|
<code class="sig-name descname">test_fast_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_fast_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_node_indx"> |
||||||
|
<code class="sig-name descname">test_get_node_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_node_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_ordered_by_indx_set_of_parents"> |
||||||
|
<code class="sig-name descname">test_get_ordered_by_indx_set_of_parents</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_ordered_by_indx_set_of_parents" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_parents_by_id"> |
||||||
|
<code class="sig-name descname">test_get_parents_by_id</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_parents_by_id" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_states_number"> |
||||||
|
<code class="sig-name descname">test_get_states_number</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_states_number" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_sample_path"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-sample-path-module"></span><h2>PyCTBN.tests.structure_graph.test_sample_path module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_sample_path" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_sample_path.</code><code class="sig-name descname">TestSamplePath</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_concatenated_samples"> |
||||||
|
<code class="sig-name descname">test_buid_samplepath_no_concatenated_samples</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_concatenated_samples" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_variables"> |
||||||
|
<code class="sig-name descname">test_buid_samplepath_no_variables</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_variables" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_saplepath_no_prior_net_structure"> |
||||||
|
<code class="sig-name descname">test_build_saplepath_no_prior_net_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_saplepath_no_prior_net_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure"> |
||||||
|
<code class="sig-name descname">test_build_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure_bad_sorter"> |
||||||
|
<code class="sig-name descname">test_build_structure_bad_sorter</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure_bad_sorter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_trajectories"> |
||||||
|
<code class="sig-name descname">test_build_trajectories</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_trajectories" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_filled_dataframse"> |
||||||
|
<code class="sig-name descname">test_init_not_filled_dataframse</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_filled_dataframse" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_initialized_importer"> |
||||||
|
<code class="sig-name descname">test_init_not_initialized_importer</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_initialized_importer" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_setofcims"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-setofcims-module"></span><h2>PyCTBN.tests.structure_graph.test_setofcims module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_setofcims" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_setofcims.</code><code class="sig-name descname">TestSetOfCims</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.another_filtering_method"> |
||||||
|
<code class="sig-name descname">another_filtering_method</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">p_combs</span></em>, <em class="sig-param"><span class="n">mask</span></em>, <em class="sig-param"><span class="n">parent_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.another_filtering_method" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_build_cims"> |
||||||
|
<code class="sig-name descname">aux_test_build_cims</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">p_values</span></em>, <em class="sig-param"><span class="n">node_states</span></em>, <em class="sig-param"><span class="n">p_combs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_build_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_init"> |
||||||
|
<code class="sig-name descname">aux_test_init</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">parents_states_number</span></em>, <em class="sig-param"><span class="n">node_states_number</span></em>, <em class="sig-param"><span class="n">p_combs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.build_p_comb_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">build_p_comb_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">parents_values</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.build_p_comb_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Builds the combinatory structure that contains the combinations of all the values contained in parents_values.</p> |
||||||
|
<dl class="simple"> |
||||||
|
<dt>Parameters:</dt><dd><p>parents_values: the cardinalities of the nodes</p> |
||||||
|
</dd> |
||||||
|
<dt>Returns:</dt><dd><p>a numpy matrix containing a grid of the combinations</p> |
||||||
|
</dd> |
||||||
|
</dl> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_build_cims"> |
||||||
|
<code class="sig-name descname">test_build_cims</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_build_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_filter_cims_with_mask"> |
||||||
|
<code class="sig-name descname">test_filter_cims_with_mask</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_filter_cims_with_mask" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_structure"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-structure-module"></span><h2>PyCTBN.tests.structure_graph.test_structure module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_structure" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_structure.</code><code class="sig-name descname">TestStructure</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_edges_operations"> |
||||||
|
<code class="sig-name descname">test_edges_operations</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_edges_operations" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_equality"> |
||||||
|
<code class="sig-name descname">test_equality</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_equality" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_id"> |
||||||
|
<code class="sig-name descname">test_get_node_id</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_id" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_indx"> |
||||||
|
<code class="sig-name descname">test_get_node_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_positional_node_indx"> |
||||||
|
<code class="sig-name descname">test_get_positional_node_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_positional_node_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_states_number"> |
||||||
|
<code class="sig-name descname">test_get_states_number</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_states_number" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_repr"> |
||||||
|
<code class="sig-name descname">test_repr</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_repr" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_trajectory"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-trajectory-module"></span><h2>PyCTBN.tests.structure_graph.test_trajectory module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_trajectory" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_trajectory.</code><code class="sig-name descname">TestTrajectory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.structure_graph" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,354 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.utility package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-utility-package"> |
||||||
|
<h1>PyCTBN.tests.utility package<a class="headerlink" href="#pyctbn-tests-utility-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility.test_cache"> |
||||||
|
<span id="pyctbn-tests-utility-test-cache-module"></span><h2>PyCTBN.tests.utility.test_cache module<a class="headerlink" href="#module-PyCTBN.tests.utility.test_cache" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.utility.test_cache.</code><code class="sig-name descname">TestCache</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_clear"> |
||||||
|
<code class="sig-name descname">test_clear</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_clear" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_find"> |
||||||
|
<code class="sig-name descname">test_find</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_find" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_put"> |
||||||
|
<code class="sig-name descname">test_put</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_put" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility.test_json_importer"> |
||||||
|
<span id="pyctbn-tests-utility-test-json-importer-module"></span><h2>PyCTBN.tests.utility.test_json_importer module<a class="headerlink" href="#module-PyCTBN.tests.utility.test_json_importer" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.utility.test_json_importer.</code><code class="sig-name descname">TestJsonImporter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.ordered"> |
||||||
|
<code class="sig-name descname">ordered</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">obj</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.ordered" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_build_sorter"> |
||||||
|
<code class="sig-name descname">test_build_sorter</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_build_sorter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_concatenated_frame"> |
||||||
|
<code class="sig-name descname">test_clear_concatenated_frame</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_concatenated_frame" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_data_frame_list"> |
||||||
|
<code class="sig-name descname">test_clear_data_frame_list</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_data_frame_list" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames"> |
||||||
|
<code class="sig-name descname">test_compute_row_delta_in_all_frames</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames_not_init_sorter"> |
||||||
|
<code class="sig-name descname">test_compute_row_delta_in_all_frames_not_init_sorter</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames_not_init_sorter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_single_samples_frame"> |
||||||
|
<code class="sig-name descname">test_compute_row_delta_single_samples_frame</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_single_samples_frame" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_dataset_id"> |
||||||
|
<code class="sig-name descname">test_dataset_id</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_dataset_id" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_file_path"> |
||||||
|
<code class="sig-name descname">test_file_path</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_file_path" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_data"> |
||||||
|
<code class="sig-name descname">test_import_data</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_data" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_sampled_cims"> |
||||||
|
<code class="sig-name descname">test_import_sampled_cims</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_sampled_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_structure"> |
||||||
|
<code class="sig-name descname">test_import_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_variables"> |
||||||
|
<code class="sig-name descname">test_import_variables</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_variables" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories"> |
||||||
|
<code class="sig-name descname">test_normalize_trajectories</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_indx"> |
||||||
|
<code class="sig-name descname">test_normalize_trajectories_wrong_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_key"> |
||||||
|
<code class="sig-name descname">test_normalize_trajectories_wrong_key</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_key" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_found"> |
||||||
|
<code class="sig-name descname">test_read_json_file_found</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_found" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_not_found"> |
||||||
|
<code class="sig-name descname">test_read_json_file_not_found</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_not_found" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility.test_sample_importer"> |
||||||
|
<span id="pyctbn-tests-utility-test-sample-importer-module"></span><h2>PyCTBN.tests.utility.test_sample_importer module<a class="headerlink" href="#module-PyCTBN.tests.utility.test_sample_importer" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.utility.test_sample_importer.</code><code class="sig-name descname">TestSampleImporter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.ordered"> |
||||||
|
<code class="sig-name descname">ordered</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">obj</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.ordered" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_order"> |
||||||
|
<code class="sig-name descname">test_order</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_order" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.utility" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,45 @@ |
|||||||
|
PyCTBN.tests.estimators package |
||||||
|
=============================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_parameters\_estimator module |
||||||
|
---------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_parameters_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_constraint\_based\_estimator module |
||||||
|
---------------------------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_constraint_based_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_estimator module |
||||||
|
--------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_score\_based\_estimator module |
||||||
|
----------------------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_score_based_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,29 @@ |
|||||||
|
PyCTBN.tests.optimizers package |
||||||
|
=============================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.optimizers.test\_hill\_climbing\_search module |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers.test_hill_climbing_search |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.optimizers.test\_tabu\_search module |
||||||
|
------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers.test_tabu_search |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,21 @@ |
|||||||
|
PyCTBN.tests package |
||||||
|
==================== |
||||||
|
|
||||||
|
Subpackages |
||||||
|
----------- |
||||||
|
|
||||||
|
.. toctree:: |
||||||
|
:maxdepth: 4 |
||||||
|
|
||||||
|
PyCTBN.tests.estimators |
||||||
|
PyCTBN.tests.optimizers |
||||||
|
PyCTBN.tests.structure_graph |
||||||
|
PyCTBN.tests.utility |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,61 @@ |
|||||||
|
PyCTBN.tests.structure\_graph package |
||||||
|
===================================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_cim module |
||||||
|
---------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_cim |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_networkgraph module |
||||||
|
------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_networkgraph |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_sample\_path module |
||||||
|
------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_sample_path |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_setofcims module |
||||||
|
---------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_setofcims |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_structure module |
||||||
|
---------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_structure |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_trajectory module |
||||||
|
----------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_trajectory |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,37 @@ |
|||||||
|
PyCTBN.tests.utility package |
||||||
|
============================ |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_cache module |
||||||
|
--------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_cache |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_json\_importer module |
||||||
|
------------------------------------------------ |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_json_importer |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_sample\_importer module |
||||||
|
-------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_sample_importer |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,7 @@ |
|||||||
|
basic\_main module |
||||||
|
================== |
||||||
|
|
||||||
|
.. automodule:: basic_main |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,7 @@ |
|||||||
|
setup module |
||||||
|
============ |
||||||
|
|
||||||
|
.. automodule:: setup |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,179 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>basic_main module — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="basic-main-module"> |
||||||
|
<h1>basic_main module<a class="headerlink" href="#basic-main-module" title="Permalink to this headline">¶</a></h1> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,179 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>setup module — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="setup-module"> |
||||||
|
<h1>setup module<a class="headerlink" href="#setup-module" title="Permalink to this headline">¶</a></h1> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,7 @@ |
|||||||
|
basic\_main module |
||||||
|
================== |
||||||
|
|
||||||
|
.. automodule:: basic_main |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,7 @@ |
|||||||
|
setup module |
||||||
|
============ |
||||||
|
|
||||||
|
.. automodule:: setup |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,345 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.estimators package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-estimators-package"> |
||||||
|
<h1>PyCTBN.tests.estimators package<a class="headerlink" href="#pyctbn-tests-estimators-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_parameters_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-parameters-estimator-module"></span><h2>PyCTBN.tests.estimators.test_parameters_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_parameters_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_parameters_estimator.</code><code class="sig-name descname">TestParametersEstimatior</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.aux_import_sampled_cims"> |
||||||
|
<code class="sig-name descname">aux_import_sampled_cims</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cims_label</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.aux_import_sampled_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.cim_equality_test"> |
||||||
|
<code class="sig-name descname">cim_equality_test</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cim1</span></em>, <em class="sig-param"><span class="n">cim2</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.cim_equality_test" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.equality_of_cims_of_node"> |
||||||
|
<code class="sig-name descname">equality_of_cims_of_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sampled_cims</span></em>, <em class="sig-param"><span class="n">estimated_cims</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.equality_of_cims_of_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_compute_parameters_for_node"> |
||||||
|
<code class="sig-name descname">test_compute_parameters_for_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_compute_parameters_for_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_fast_init"> |
||||||
|
<code class="sig-name descname">test_fast_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_parameters_estimator.TestParametersEstimatior.test_fast_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_structure_constraint_based_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-structure-constraint-based-estimator-module"></span><h2>PyCTBN.tests.estimators.test_structure_constraint_based_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_structure_constraint_based_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_structure_constraint_based_estimator.</code><code class="sig-name descname">TestStructureConstraintBasedEstimator</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_1"> |
||||||
|
<code class="sig-name descname">test_structure_1</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_1" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_2"> |
||||||
|
<code class="sig-name descname">test_structure_2</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_2" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_constraint_based_estimator.TestStructureConstraintBasedEstimator.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_structure_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-structure-estimator-module"></span><h2>PyCTBN.tests.estimators.test_structure_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_structure_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_structure_estimator.</code><code class="sig-name descname">TestStructureEstimator</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_adjacency_matrix"> |
||||||
|
<code class="sig-name descname">test_adjacency_matrix</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_adjacency_matrix" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_complete_graph"> |
||||||
|
<code class="sig-name descname">test_build_complete_graph</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_complete_graph" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_removable_edges_matrix"> |
||||||
|
<code class="sig-name descname">test_build_removable_edges_matrix</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_build_removable_edges_matrix" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_generate_possible_sub_sets_of_size"> |
||||||
|
<code class="sig-name descname">test_generate_possible_sub_sets_of_size</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_generate_possible_sub_sets_of_size" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_plot_estimated_graph"> |
||||||
|
<code class="sig-name descname">test_save_plot_estimated_graph</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_plot_estimated_graph" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_results"> |
||||||
|
<code class="sig-name descname">test_save_results</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_save_results" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_time"> |
||||||
|
<code class="sig-name descname">test_time</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_estimator.TestStructureEstimator.test_time" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators.test_structure_score_based_estimator"> |
||||||
|
<span id="pyctbn-tests-estimators-test-structure-score-based-estimator-module"></span><h2>PyCTBN.tests.estimators.test_structure_score_based_estimator module<a class="headerlink" href="#module-PyCTBN.tests.estimators.test_structure_score_based_estimator" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.estimators.test_structure_score_based_estimator.</code><code class="sig-name descname">TestStructureScoreBasedEstimator</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_1"> |
||||||
|
<code class="sig-name descname">test_structure_1</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_1" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_2"> |
||||||
|
<code class="sig-name descname">test_structure_2</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_2" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_monoprocesso"> |
||||||
|
<code class="sig-name descname">test_structure_monoprocesso</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.estimators.test_structure_score_based_estimator.TestStructureScoreBasedEstimator.test_structure_monoprocesso" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.estimators"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.estimators" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,224 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-package"> |
||||||
|
<h1>PyCTBN.tests package<a class="headerlink" href="#pyctbn-tests-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="subpackages"> |
||||||
|
<h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2> |
||||||
|
<div class="toctree-wrapper compound"> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.estimators.html">PyCTBN.tests.estimators package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_parameters_estimator">PyCTBN.tests.estimators.test_parameters_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_structure_constraint_based_estimator">PyCTBN.tests.estimators.test_structure_constraint_based_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_structure_estimator">PyCTBN.tests.estimators.test_structure_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators.test_structure_score_based_estimator">PyCTBN.tests.estimators.test_structure_score_based_estimator module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.estimators.html#module-PyCTBN.tests.estimators">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.optimizers.html">PyCTBN.tests.optimizers package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#module-PyCTBN.tests.optimizers.test_hill_climbing_search">PyCTBN.tests.optimizers.test_hill_climbing_search module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#module-PyCTBN.tests.optimizers.test_tabu_search">PyCTBN.tests.optimizers.test_tabu_search module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.optimizers.html#module-PyCTBN.tests.optimizers">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.structure_graph.html">PyCTBN.tests.structure_graph package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_cim">PyCTBN.tests.structure_graph.test_cim module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_networkgraph">PyCTBN.tests.structure_graph.test_networkgraph module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_sample_path">PyCTBN.tests.structure_graph.test_sample_path module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_setofcims">PyCTBN.tests.structure_graph.test_setofcims module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_structure">PyCTBN.tests.structure_graph.test_structure module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph.test_trajectory">PyCTBN.tests.structure_graph.test_trajectory module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.structure_graph.html#module-PyCTBN.tests.structure_graph">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.tests.utility.html">PyCTBN.tests.utility package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#submodules">Submodules</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility.test_cache">PyCTBN.tests.utility.test_cache module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility.test_json_importer">PyCTBN.tests.utility.test_json_importer module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility.test_sample_importer">PyCTBN.tests.utility.test_sample_importer module</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.tests.utility.html#module-PyCTBN.tests.utility">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,235 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.optimizers package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-optimizers-package"> |
||||||
|
<h1>PyCTBN.tests.optimizers package<a class="headerlink" href="#pyctbn-tests-optimizers-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.optimizers.test_hill_climbing_search"> |
||||||
|
<span id="pyctbn-tests-optimizers-test-hill-climbing-search-module"></span><h2>PyCTBN.tests.optimizers.test_hill_climbing_search module<a class="headerlink" href="#module-PyCTBN.tests.optimizers.test_hill_climbing_search" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.optimizers.test_hill_climbing_search.</code><code class="sig-name descname">TestHillClimbingSearch</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure"> |
||||||
|
<code class="sig-name descname">test_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_hill_climbing_search.TestHillClimbingSearch.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.optimizers.test_tabu_search"> |
||||||
|
<span id="pyctbn-tests-optimizers-test-tabu-search-module"></span><h2>PyCTBN.tests.optimizers.test_tabu_search module<a class="headerlink" href="#module-PyCTBN.tests.optimizers.test_tabu_search" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.optimizers.test_tabu_search.</code><code class="sig-name descname">TestTabuSearch</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure"> |
||||||
|
<code class="sig-name descname">test_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure_3"> |
||||||
|
<code class="sig-name descname">test_structure_3</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.optimizers.test_tabu_search.TestTabuSearch.test_structure_3" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.optimizers"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.optimizers" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,512 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.structure_graph package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-structure-graph-package"> |
||||||
|
<h1>PyCTBN.tests.structure_graph package<a class="headerlink" href="#pyctbn-tests-structure-graph-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_cim"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-cim-module"></span><h2>PyCTBN.tests.structure_graph.test_cim module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_cim" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_cim.</code><code class="sig-name descname">TestConditionalIntensityMatrix</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_compute_cim_coefficients"> |
||||||
|
<code class="sig-name descname">test_compute_cim_coefficients</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_compute_cim_coefficients" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_repr"> |
||||||
|
<code class="sig-name descname">test_repr</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_cim.TestConditionalIntensityMatrix.test_repr" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_networkgraph"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-networkgraph-module"></span><h2>PyCTBN.tests.structure_graph.test_networkgraph module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_networkgraph" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_networkgraph.</code><code class="sig-name descname">TestNetworkGraph</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_p_combs_structure"> |
||||||
|
<code class="sig-name descname">aux_build_p_combs_structure</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">p_vals</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_p_combs_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_columns_filtering_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">aux_build_time_columns_filtering_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">p_indxs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_columns_filtering_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">aux_build_time_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">parents_indxs</span></em>, <em class="sig-param"><span class="n">parents_labels</span></em>, <em class="sig-param"><span class="n">parents_vals</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_time_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_columns_filtering_structure"> |
||||||
|
<code class="sig-name descname">aux_build_transition_columns_filtering_structure</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">p_indxs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_columns_filtering_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">aux_build_transition_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">graph</span></em>, <em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">parents_indxs</span></em>, <em class="sig-param"><span class="n">parents_labels</span></em>, <em class="sig-param"><span class="n">parents_values</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.aux_build_transition_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_edges"> |
||||||
|
<code class="sig-name descname">test_add_edges</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_edges" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_nodes"> |
||||||
|
<code class="sig-name descname">test_add_nodes</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_add_nodes" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_p_combs_structure"> |
||||||
|
<code class="sig-name descname">test_build_p_combs_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_p_combs_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_columns_filtering_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">test_build_time_columns_filtering_structure_for_a_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_columns_filtering_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">test_build_time_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_time_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_columns_filtering_structure"> |
||||||
|
<code class="sig-name descname">test_build_transition_columns_filtering_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_columns_filtering_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_scalar_indexing_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">test_build_transition_scalar_indexing_structure_for_a_node</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_build_transition_scalar_indexing_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_fast_init"> |
||||||
|
<code class="sig-name descname">test_fast_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_fast_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_node_indx"> |
||||||
|
<code class="sig-name descname">test_get_node_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_node_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_ordered_by_indx_set_of_parents"> |
||||||
|
<code class="sig-name descname">test_get_ordered_by_indx_set_of_parents</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_ordered_by_indx_set_of_parents" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_parents_by_id"> |
||||||
|
<code class="sig-name descname">test_get_parents_by_id</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_parents_by_id" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_states_number"> |
||||||
|
<code class="sig-name descname">test_get_states_number</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_get_states_number" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_networkgraph.TestNetworkGraph.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_sample_path"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-sample-path-module"></span><h2>PyCTBN.tests.structure_graph.test_sample_path module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_sample_path" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_sample_path.</code><code class="sig-name descname">TestSamplePath</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_concatenated_samples"> |
||||||
|
<code class="sig-name descname">test_buid_samplepath_no_concatenated_samples</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_concatenated_samples" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_variables"> |
||||||
|
<code class="sig-name descname">test_buid_samplepath_no_variables</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_buid_samplepath_no_variables" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_saplepath_no_prior_net_structure"> |
||||||
|
<code class="sig-name descname">test_build_saplepath_no_prior_net_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_saplepath_no_prior_net_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure"> |
||||||
|
<code class="sig-name descname">test_build_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure_bad_sorter"> |
||||||
|
<code class="sig-name descname">test_build_structure_bad_sorter</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_structure_bad_sorter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_trajectories"> |
||||||
|
<code class="sig-name descname">test_build_trajectories</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_build_trajectories" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_filled_dataframse"> |
||||||
|
<code class="sig-name descname">test_init_not_filled_dataframse</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_filled_dataframse" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_initialized_importer"> |
||||||
|
<code class="sig-name descname">test_init_not_initialized_importer</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_sample_path.TestSamplePath.test_init_not_initialized_importer" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_setofcims"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-setofcims-module"></span><h2>PyCTBN.tests.structure_graph.test_setofcims module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_setofcims" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_setofcims.</code><code class="sig-name descname">TestSetOfCims</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.another_filtering_method"> |
||||||
|
<code class="sig-name descname">another_filtering_method</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">p_combs</span></em>, <em class="sig-param"><span class="n">mask</span></em>, <em class="sig-param"><span class="n">parent_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.another_filtering_method" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_build_cims"> |
||||||
|
<code class="sig-name descname">aux_test_build_cims</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">p_values</span></em>, <em class="sig-param"><span class="n">node_states</span></em>, <em class="sig-param"><span class="n">p_combs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_build_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_init"> |
||||||
|
<code class="sig-name descname">aux_test_init</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">node_id</span></em>, <em class="sig-param"><span class="n">parents_states_number</span></em>, <em class="sig-param"><span class="n">node_states_number</span></em>, <em class="sig-param"><span class="n">p_combs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.aux_test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.build_p_comb_structure_for_a_node"> |
||||||
|
<code class="sig-name descname">build_p_comb_structure_for_a_node</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">parents_values</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.build_p_comb_structure_for_a_node" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Builds the combinatory structure that contains the combinations of all the values contained in parents_values.</p> |
||||||
|
<dl class="simple"> |
||||||
|
<dt>Parameters:</dt><dd><p>parents_values: the cardinalities of the nodes</p> |
||||||
|
</dd> |
||||||
|
<dt>Returns:</dt><dd><p>a numpy matrix containing a grid of the combinations</p> |
||||||
|
</dd> |
||||||
|
</dl> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_build_cims"> |
||||||
|
<code class="sig-name descname">test_build_cims</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_build_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_filter_cims_with_mask"> |
||||||
|
<code class="sig-name descname">test_filter_cims_with_mask</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_filter_cims_with_mask" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_setofcims.TestSetOfCims.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_structure"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-structure-module"></span><h2>PyCTBN.tests.structure_graph.test_structure module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_structure" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_structure.</code><code class="sig-name descname">TestStructure</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_edges_operations"> |
||||||
|
<code class="sig-name descname">test_edges_operations</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_edges_operations" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_equality"> |
||||||
|
<code class="sig-name descname">test_equality</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_equality" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_id"> |
||||||
|
<code class="sig-name descname">test_get_node_id</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_id" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_indx"> |
||||||
|
<code class="sig-name descname">test_get_node_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_node_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_positional_node_indx"> |
||||||
|
<code class="sig-name descname">test_get_positional_node_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_positional_node_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_states_number"> |
||||||
|
<code class="sig-name descname">test_get_states_number</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_get_states_number" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_structure.TestStructure.test_repr"> |
||||||
|
<code class="sig-name descname">test_repr</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_structure.TestStructure.test_repr" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph.test_trajectory"> |
||||||
|
<span id="pyctbn-tests-structure-graph-test-trajectory-module"></span><h2>PyCTBN.tests.structure_graph.test_trajectory module<a class="headerlink" href="#module-PyCTBN.tests.structure_graph.test_trajectory" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.structure_graph.test_trajectory.</code><code class="sig-name descname">TestTrajectory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.structure_graph.test_trajectory.TestTrajectory.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.structure_graph"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.structure_graph" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,354 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>PyCTBN.tests.utility package — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="pyctbn-tests-utility-package"> |
||||||
|
<h1>PyCTBN.tests.utility package<a class="headerlink" href="#pyctbn-tests-utility-package" title="Permalink to this headline">¶</a></h1> |
||||||
|
<div class="section" id="submodules"> |
||||||
|
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility.test_cache"> |
||||||
|
<span id="pyctbn-tests-utility-test-cache-module"></span><h2>PyCTBN.tests.utility.test_cache module<a class="headerlink" href="#module-PyCTBN.tests.utility.test_cache" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.utility.test_cache.</code><code class="sig-name descname">TestCache</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_clear"> |
||||||
|
<code class="sig-name descname">test_clear</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_clear" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_find"> |
||||||
|
<code class="sig-name descname">test_find</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_find" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_cache.TestCache.test_put"> |
||||||
|
<code class="sig-name descname">test_put</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_cache.TestCache.test_put" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility.test_json_importer"> |
||||||
|
<span id="pyctbn-tests-utility-test-json-importer-module"></span><h2>PyCTBN.tests.utility.test_json_importer module<a class="headerlink" href="#module-PyCTBN.tests.utility.test_json_importer" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.utility.test_json_importer.</code><code class="sig-name descname">TestJsonImporter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.ordered"> |
||||||
|
<code class="sig-name descname">ordered</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">obj</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.ordered" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_build_sorter"> |
||||||
|
<code class="sig-name descname">test_build_sorter</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_build_sorter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_concatenated_frame"> |
||||||
|
<code class="sig-name descname">test_clear_concatenated_frame</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_concatenated_frame" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_data_frame_list"> |
||||||
|
<code class="sig-name descname">test_clear_data_frame_list</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_clear_data_frame_list" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames"> |
||||||
|
<code class="sig-name descname">test_compute_row_delta_in_all_frames</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames_not_init_sorter"> |
||||||
|
<code class="sig-name descname">test_compute_row_delta_in_all_frames_not_init_sorter</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_in_all_frames_not_init_sorter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_single_samples_frame"> |
||||||
|
<code class="sig-name descname">test_compute_row_delta_single_samples_frame</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_compute_row_delta_single_samples_frame" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_dataset_id"> |
||||||
|
<code class="sig-name descname">test_dataset_id</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_dataset_id" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_file_path"> |
||||||
|
<code class="sig-name descname">test_file_path</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_file_path" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_data"> |
||||||
|
<code class="sig-name descname">test_import_data</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_data" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_sampled_cims"> |
||||||
|
<code class="sig-name descname">test_import_sampled_cims</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_sampled_cims" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_structure"> |
||||||
|
<code class="sig-name descname">test_import_structure</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_structure" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_variables"> |
||||||
|
<code class="sig-name descname">test_import_variables</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_import_variables" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories"> |
||||||
|
<code class="sig-name descname">test_normalize_trajectories</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_indx"> |
||||||
|
<code class="sig-name descname">test_normalize_trajectories_wrong_indx</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_indx" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_key"> |
||||||
|
<code class="sig-name descname">test_normalize_trajectories_wrong_key</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_normalize_trajectories_wrong_key" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_found"> |
||||||
|
<code class="sig-name descname">test_read_json_file_found</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_found" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_not_found"> |
||||||
|
<code class="sig-name descname">test_read_json_file_not_found</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_json_importer.TestJsonImporter.test_read_json_file_not_found" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility.test_sample_importer"> |
||||||
|
<span id="pyctbn-tests-utility-test-sample-importer-module"></span><h2>PyCTBN.tests.utility.test_sample_importer module<a class="headerlink" href="#module-PyCTBN.tests.utility.test_sample_importer" title="Permalink to this headline">¶</a></h2> |
||||||
|
<dl class="py class"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter"> |
||||||
|
<em class="property">class </em><code class="sig-prename descclassname">PyCTBN.tests.utility.test_sample_importer.</code><code class="sig-name descname">TestSampleImporter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">methodName</span><span class="o">=</span><span class="default_value">'runTest'</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">unittest.case.TestCase</span></code></p> |
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.ordered"> |
||||||
|
<code class="sig-name descname">ordered</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">obj</span></em><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.ordered" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.setUpClass"> |
||||||
|
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span> → None<a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.setUpClass" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd><p>Hook method for setting up class fixture before running tests in the class.</p> |
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_init"> |
||||||
|
<code class="sig-name descname">test_init</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_init" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
<dl class="py method"> |
||||||
|
<dt id="PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_order"> |
||||||
|
<code class="sig-name descname">test_order</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#PyCTBN.tests.utility.test_sample_importer.TestSampleImporter.test_order" title="Permalink to this definition">¶</a></dt> |
||||||
|
<dd></dd></dl> |
||||||
|
|
||||||
|
</dd></dl> |
||||||
|
|
||||||
|
</div> |
||||||
|
<div class="section" id="module-PyCTBN.tests.utility"> |
||||||
|
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-PyCTBN.tests.utility" title="Permalink to this headline">¶</a></h2> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
@ -0,0 +1,45 @@ |
|||||||
|
PyCTBN.tests.estimators package |
||||||
|
=============================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_parameters\_estimator module |
||||||
|
---------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_parameters_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_constraint\_based\_estimator module |
||||||
|
---------------------------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_constraint_based_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_estimator module |
||||||
|
--------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.estimators.test\_structure\_score\_based\_estimator module |
||||||
|
----------------------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators.test_structure_score_based_estimator |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.estimators |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,29 @@ |
|||||||
|
PyCTBN.tests.optimizers package |
||||||
|
=============================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.optimizers.test\_hill\_climbing\_search module |
||||||
|
----------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers.test_hill_climbing_search |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.optimizers.test\_tabu\_search module |
||||||
|
------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers.test_tabu_search |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.optimizers |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,21 @@ |
|||||||
|
PyCTBN.tests package |
||||||
|
==================== |
||||||
|
|
||||||
|
Subpackages |
||||||
|
----------- |
||||||
|
|
||||||
|
.. toctree:: |
||||||
|
:maxdepth: 4 |
||||||
|
|
||||||
|
PyCTBN.tests.estimators |
||||||
|
PyCTBN.tests.optimizers |
||||||
|
PyCTBN.tests.structure_graph |
||||||
|
PyCTBN.tests.utility |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,61 @@ |
|||||||
|
PyCTBN.tests.structure\_graph package |
||||||
|
===================================== |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_cim module |
||||||
|
---------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_cim |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_networkgraph module |
||||||
|
------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_networkgraph |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_sample\_path module |
||||||
|
------------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_sample_path |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_setofcims module |
||||||
|
---------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_setofcims |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_structure module |
||||||
|
---------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_structure |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.structure\_graph.test\_trajectory module |
||||||
|
----------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph.test_trajectory |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.structure_graph |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,37 @@ |
|||||||
|
PyCTBN.tests.utility package |
||||||
|
============================ |
||||||
|
|
||||||
|
Submodules |
||||||
|
---------- |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_cache module |
||||||
|
--------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_cache |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_json\_importer module |
||||||
|
------------------------------------------------ |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_json_importer |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
PyCTBN.tests.utility.test\_sample\_importer module |
||||||
|
-------------------------------------------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility.test_sample_importer |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
||||||
|
|
||||||
|
Module contents |
||||||
|
--------------- |
||||||
|
|
||||||
|
.. automodule:: PyCTBN.tests.utility |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,7 @@ |
|||||||
|
basic\_main module |
||||||
|
================== |
||||||
|
|
||||||
|
.. automodule:: basic_main |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,7 @@ |
|||||||
|
setup module |
||||||
|
============ |
||||||
|
|
||||||
|
.. automodule:: setup |
||||||
|
:members: |
||||||
|
:undoc-members: |
||||||
|
:show-inheritance: |
@ -0,0 +1,179 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>basic_main module — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="basic-main-module"> |
||||||
|
<h1>basic_main module<a class="headerlink" href="#basic-main-module" title="Permalink to this headline">¶</a></h1> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,179 @@ |
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
||||||
|
<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
|
||||||
|
|
||||||
|
<title>setup module — PyCTBN 2.0 documentation</title> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> |
||||||
|
<link rel="stylesheet" href="_static/css/pdj.css" type="text/css" /> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<link rel="index" title="Index" |
||||||
|
href="genindex.html"/> |
||||||
|
<link rel="search" title="Search" href="search.html"/> |
||||||
|
<link rel="top" title="PyCTBN 2.0 documentation" href="index.html"/> |
||||||
|
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="cache-control" content="public" /> |
||||||
|
<meta name="robots" content="follow, all" /> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||||
|
<!-- Add jQuery library --> |
||||||
|
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body class="wy-body-for-nav" role="document"> |
||||||
|
|
||||||
|
<div class="wy-grid-for-nav"> |
||||||
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
||||||
|
<div class="wy-side-nav-search"> |
||||||
|
<a href="index.html" class="fa fa-home"> PyCTBN </a> |
||||||
|
<div role="search"> |
||||||
|
<form id ="rtd-search-form" class="wy-form" |
||||||
|
action="search.html" method="get"> |
||||||
|
<input type="text" name="q" placeholder="Search docs" /> |
||||||
|
<input type="hidden" name="check_keywords" value="yes" /> |
||||||
|
<input type="hidden" name="area" value="default" /> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p class="caption"><span class="caption-text">Contents:</span></p> |
||||||
|
<ul> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="PyCTBN.PyCTBN.html">PyCTBN.PyCTBN package</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#subpackages">Subpackages</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="PyCTBN.PyCTBN.html#module-PyCTBN.PyCTBN">Module contents</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#installation-usage">Installation/Usage</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#implementing-your-own-data-importer">Implementing your own data importer</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#parameters-estimation-example">Parameters Estimation Example</a></li> |
||||||
|
<li class="toctree-l2"><a class="reference internal" href="examples.html#structure-estimation-example">Structure Estimation Example</a></li> |
||||||
|
</ul> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</nav> |
||||||
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
||||||
|
|
||||||
|
<nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> |
||||||
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
||||||
|
<a href="#">Porão do Juca</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="wy-nav-content"> |
||||||
|
<div class="fundo-claro"> |
||||||
|
</div> |
||||||
|
<div class="fundo-escuro"> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="rst-content"> |
||||||
|
<div role="navigation" aria-label="breadcrumbs navigation"> |
||||||
|
|
||||||
|
<!-- <ul class="wy-breadcrumbs"> --> |
||||||
|
<!-- <li><a href="#">Docs</a> »</li> --> |
||||||
|
|
||||||
|
<!-- <li>Features</li> --> |
||||||
|
<!-- <li class="wy-breadcrumbs-aside"> --> |
||||||
|
|
||||||
|
<!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> |
||||||
|
|
||||||
|
<!-- </li> --> |
||||||
|
<!-- </ul> --> |
||||||
|
<!-- <hr/> --> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div role="main" class=""> |
||||||
|
|
||||||
|
<div id="content" class="hfeed entry-container hentry"> |
||||||
|
<div class="section" id="setup-module"> |
||||||
|
<h1>setup module<a class="headerlink" href="#setup-module" title="Permalink to this headline">¶</a></h1> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
</div> |
||||||
|
<footer> |
||||||
|
|
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div role="contentinfo"> |
||||||
|
<p> |
||||||
|
© Copyright 2021, Bregoli Alessandro, Martini Filippo, Moretti Luca. |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. |
||||||
|
|
||||||
|
</footer> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
var DOCUMENTATION_OPTIONS = { |
||||||
|
URL_ROOT:'./', |
||||||
|
VERSION:'2.0', |
||||||
|
COLLAPSE_INDEX:false, |
||||||
|
FILE_SUFFIX:'.html', |
||||||
|
HAS_SOURCE: true |
||||||
|
}; |
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/jquery.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/underscore.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/doctools.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
<script type="text/javascript" src="_static/language_data.js"> |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/theme.js"></script> |
||||||
|
|
||||||
|
<script type="text/javascript" |
||||||
|
src="_static/js/pdj.js"></script> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript"> |
||||||
|
jQuery(function () { |
||||||
|
SphinxRtdTheme.StickyNav.enable(); |
||||||
|
}); |
||||||
|
</script> |
||||||
|
|
||||||
|
|
||||||
|
</body> |
||||||
|
</html> |
Reference in new issue