Skip to content

Commit

Permalink
Add classifiers documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheddes committed Mar 11, 2024
1 parent 68621b4 commit 81e7d08
Show file tree
Hide file tree
Showing 6 changed files with 1,016 additions and 917 deletions.
22 changes: 22 additions & 0 deletions docs/classifiers.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.. _models:

torchhd.classifiers
=======================

.. currentmodule:: torchhd.classifiers

.. autosummary::
:toctree: generated/
:template: class.rst

Classifier
Vanilla
AdaptHD
OnlineHD
RefineHD
NeuralHD
DistHD
LeHDC
CompHD
SparseHD
QuantHD
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Torchhd is a Python library dedicated to *Hyperdimensional Computing* also known
embeddings
structures
models
classifiers
memory
datasets
utils
Expand Down
4 changes: 2 additions & 2 deletions torchhd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import torchhd.embeddings as embeddings
import torchhd.structures as structures
import torchhd.models as models
import torchhd.classify as classify
import torchhd.classifiers as classifiers
import torchhd.memory as memory
import torchhd.datasets as datasets
import torchhd.utils as utils
Expand Down Expand Up @@ -93,7 +93,7 @@
"embeddings",
"structures",
"models",
"classify",
"classifiers",
"memory",
"datasets",
"utils",
Expand Down
Loading

0 comments on commit 81e7d08

Please sign in to comment.