Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cumbof committed Aug 16, 2024
1 parent e3f6c07 commit 3cec8cf
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 67 deletions.
2 changes: 1 addition & 1 deletion docs/arithmetic.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2 id="examples">Examples</h2>
</nav>
</main>
<footer id="footer">
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ <h2 id="examples">Examples</h2>
self._weight_memory(0.0, 1.0, 0.01)

graph = None

for node in self.space.space:
# Check whether the current node is not the actual graph memory
# Also, check whether the current node is not a weight vector
Expand Down Expand Up @@ -897,7 +897,7 @@ <h4><code><a title="hdlib.graph.Graph" href="#hdlib.graph.Graph">Graph</a></code
</nav>
</main>
<footer id="footer">
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<main>
<article id="content">
<header>
<h1 class="title">Package <code>hdlib</code> v0.1.17</h1>
<h1 class="title">Package <code>hdlib</code> v0.1.18</h1>
</header>
<section id="section-intro">
<p><strong>hdlib</strong> is a Python 3 library for building Vector-Symbolic Architectures (VSA, a.k.a. Hyperdimensional Computing).</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ <h2 id="examples">Examples</h2>
Levels: {}
Points: {}
Classes:

{}
&#34;&#34;&#34;.format(
self.version,
Expand Down Expand Up @@ -446,7 +446,7 @@ <h2 id="examples">Examples</h2>
distance_method: str=&#34;cosine&#34;
) -&gt; Tuple[float, List[Vector], List[str]]:
&#34;&#34;&#34;Compute the error rate.

Parameters
----------
training_vectors : list
Expand Down Expand Up @@ -1502,7 +1502,7 @@ <h4><code><a title="hdlib.model.MLModel" href="#hdlib.model.MLModel">MLModel</a>
</nav>
</main>
<footer id="footer">
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
</footer>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="title">Module <code>hdlib.parser</code></h1>
<h2 class="section-title" id="header-functions">Functions</h2>
<dl>
<dt id="hdlib.parser.load_dataset"><code class="name flex">
<span>def <span class="ident">load_dataset</span></span>(<span>filepath: <function abspath at 0x7e4d8930a0>, sep: str = '\t') ‑> Tuple[List[str], List[List[float]], List[str]]</span>
<span>def <span class="ident">load_dataset</span></span>(<span>filepath: <function abspath at 0x78622530a0>, sep: str = '\t') ‑> Tuple[List[str], List[List[float]], List[str]]</span>
</code></dt>
<dd>
<div class="desc"><p>Load the input numerical dataset.</p>
Expand Down Expand Up @@ -126,7 +126,7 @@ <h2 id="examples">Examples</h2>
</nav>
</main>
<footer id="footer">
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
<p>Copyright &copy; 2024 Fabio Cumbo - Distributed under the <a href="https://github.com/cumbof/hdlib/blob/main/LICENSE" target="_blank">MIT License</a> - Documentation generated by <a href="https://pdoc3.github.io/pdoc" title="pdoc: Python API documentation generator"><cite>pdoc</cite> 0.11.1</a>.</p>
</footer>
</body>
</html>
Loading

0 comments on commit 3cec8cf

Please sign in to comment.