-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 76bbd0b 🚀
- Loading branch information
Showing
19 changed files
with
598 additions
and
7 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+17.7 KB
.doctrees/python-api/generated/pyjuice.nodes.distributions.DiscreteLogistic.doctree
Binary file not shown.
Binary file added
BIN
+20.7 KB
.doctrees/python-api/generated/pyjuice.nodes.distributions.Gaussian.doctree
Binary file not shown.
Binary file added
BIN
+12.3 KB
.doctrees/python-api/generated/pyjuice.nodes.distributions.MaskedCategorical.doctree
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
_sources/python-api/generated/pyjuice.nodes.distributions.DiscreteLogistic.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
pyjuice.nodes.distributions.DiscreteLogistic | ||
============================================ | ||
|
||
.. currentmodule:: pyjuice.nodes.distributions | ||
|
||
.. autoclass:: DiscreteLogistic | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~DiscreteLogistic.need_meta_parameters | ||
|
||
|
22 changes: 22 additions & 0 deletions
22
_sources/python-api/generated/pyjuice.nodes.distributions.Gaussian.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
pyjuice.nodes.distributions.Gaussian | ||
==================================== | ||
|
||
.. currentmodule:: pyjuice.nodes.distributions | ||
|
||
.. autoclass:: Gaussian | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~Gaussian.need_meta_parameters | ||
|
||
|
22 changes: 22 additions & 0 deletions
22
...rces/python-api/generated/pyjuice.nodes.distributions.MaskedCategorical.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
pyjuice.nodes.distributions.MaskedCategorical | ||
============================================= | ||
|
||
.. currentmodule:: pyjuice.nodes.distributions | ||
|
||
.. autoclass:: MaskedCategorical | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~MaskedCategorical.need_meta_parameters | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
160 changes: 160 additions & 0 deletions
160
python-api/generated/pyjuice.nodes.distributions.DiscreteLogistic.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" data-content_root="../../"> | ||
<head> | ||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>pyjuice.nodes.distributions.DiscreteLogistic — PyJuice 2.0.0 documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" /> | ||
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="../../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../../_static/documentation_options.js?v=51b770b3"></script> | ||
<script src="../../_static/doctools.js?v=888ff710"></script> | ||
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../../genindex.html" /> | ||
<link rel="search" title="Search" href="../../search.html" /> | ||
<link rel="next" title="pyjuice.nodes.distributions.Gaussian" href="pyjuice.nodes.distributions.Gaussian.html" /> | ||
<link rel="prev" title="pyjuice.nodes.distributions.Categorical" href="pyjuice.nodes.distributions.Categorical.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../../index.html" class="icon icon-home"> | ||
PyJuice | ||
</a> | ||
<div class="version"> | ||
2.0.0 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="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="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">API</span></p> | ||
<ul class="current"> | ||
<li class="toctree-l1"><a class="reference internal" href="../pyjuice.html">pyjuice</a></li> | ||
<li class="toctree-l1 current"><a class="reference internal" href="../nodes.html">pyjuice.nodes</a><ul class="current"> | ||
<li class="toctree-l2"><a class="reference internal" href="../nodes.html#nodes">Nodes</a></li> | ||
<li class="toctree-l2"><a class="reference internal" href="../nodes.html#methods">Methods</a></li> | ||
<li class="toctree-l2 current"><a class="reference internal" href="../nodes.html#input-distributions">Input Distributions</a><ul class="current"> | ||
<li class="toctree-l3"><a class="reference internal" href="pyjuice.nodes.distributions.Bernoulli.html">pyjuice.nodes.distributions.Bernoulli</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="pyjuice.nodes.distributions.Categorical.html">pyjuice.nodes.distributions.Categorical</a></li> | ||
<li class="toctree-l3 current"><a class="current reference internal" href="#">pyjuice.nodes.distributions.DiscreteLogistic</a><ul> | ||
<li class="toctree-l4"><a class="reference internal" href="#pyjuice.nodes.distributions.DiscreteLogistic"><code class="docutils literal notranslate"><span class="pre">DiscreteLogistic</span></code></a></li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l3"><a class="reference internal" href="pyjuice.nodes.distributions.Gaussian.html">pyjuice.nodes.distributions.Gaussian</a></li> | ||
<li class="toctree-l3"><a class="reference internal" href="pyjuice.nodes.distributions.MaskedCategorical.html">pyjuice.nodes.distributions.MaskedCategorical</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="toctree-l1"><a class="reference internal" href="../tensorcircuit.html">pyjuice.TensorCircuit</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../../index.html">PyJuice</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../../index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item"><a href="../nodes.html">pyjuice.nodes</a></li> | ||
<li class="breadcrumb-item active">pyjuice.nodes.distributions.DiscreteLogistic</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
<a href="../../_sources/python-api/generated/pyjuice.nodes.distributions.DiscreteLogistic.rst.txt" rel="nofollow"> View page source</a> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<section id="pyjuice-nodes-distributions-discretelogistic"> | ||
<h1>pyjuice.nodes.distributions.DiscreteLogistic<a class="headerlink" href="#pyjuice-nodes-distributions-discretelogistic" title="Link to this heading"></a></h1> | ||
<dl class="py class"> | ||
<dt class="sig sig-object py" id="pyjuice.nodes.distributions.DiscreteLogistic"> | ||
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">pyjuice.nodes.distributions.</span></span><span class="sig-name descname"><span class="pre">DiscreteLogistic</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">val_range</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Tuple" title="(in Python v3.12)"><span class="pre">Tuple</span></a><span class="p"><span class="pre">[</span></span><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="p"><span class="pre">,</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="p"><span class="pre">]</span></span></span></em>, <em class="sig-param"><span class="n"><span class="pre">num_cats</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></span></em>, <em class="sig-param"><span class="n"><span class="pre">min_std</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">0.01</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyjuice.nodes.distributions.DiscreteLogistic" title="Link to this definition"></a></dt> | ||
<dd><p>A class representing Discrete Logistic distributions.</p> | ||
<dl class="field-list simple"> | ||
<dt class="field-odd">Parameters<span class="colon">:</span></dt> | ||
<dd class="field-odd"><ul class="simple"> | ||
<li><p><strong>val_range</strong> (<em>Tuple</em><em>[</em><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a><em>,</em><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a><em>]</em>) – range of the values represented by the distribution</p></li> | ||
<li><p><strong>num_cats</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – number of categories</p></li> | ||
<li><p><strong>min_std</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a>) – minimum standard deviation</p></li> | ||
</ul> | ||
</dd> | ||
</dl> | ||
<dl class="py method"> | ||
<dt class="sig sig-object py" id="pyjuice.nodes.distributions.DiscreteLogistic.__init__"> | ||
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">val_range</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Tuple" title="(in Python v3.12)"><span class="pre">Tuple</span></a><span class="p"><span class="pre">[</span></span><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="p"><span class="pre">,</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="p"><span class="pre">]</span></span></span></em>, <em class="sig-param"><span class="n"><span class="pre">num_cats</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></span></em>, <em class="sig-param"><span class="n"><span class="pre">min_std</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">0.01</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyjuice.nodes.distributions.DiscreteLogistic.__init__" title="Link to this definition"></a></dt> | ||
<dd></dd></dl> | ||
|
||
<p class="rubric">Attributes</p> | ||
<table class="autosummary longtable docutils align-default"> | ||
<tbody> | ||
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">need_meta_parameters</span></code></p></td> | ||
<td><p>A flag indicating whether users need to pass in meta-parameters to the constructor of InputNodes.</p></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</dd></dl> | ||
|
||
</section> | ||
|
||
|
||
</div> | ||
</div> | ||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer"> | ||
<a href="pyjuice.nodes.distributions.Categorical.html" class="btn btn-neutral float-left" title="pyjuice.nodes.distributions.Categorical" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a> | ||
<a href="pyjuice.nodes.distributions.Gaussian.html" class="btn btn-neutral float-right" title="pyjuice.nodes.distributions.Gaussian" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a> | ||
</div> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2021, StarAI.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.