LICENSE
README.md
pyproject.toml
bayes_hdc/__init__.py
bayes_hdc/_compat.py
bayes_hdc/anomaly.py
bayes_hdc/bayesian_models.py
bayes_hdc/constants.py
bayes_hdc/diagnostics.py
bayes_hdc/distributed.py
bayes_hdc/distributions.py
bayes_hdc/embeddings.py
bayes_hdc/equivariance.py
bayes_hdc/functional.py
bayes_hdc/inference.py
bayes_hdc/memory.py
bayes_hdc/metrics.py
bayes_hdc/models.py
bayes_hdc/plots.py
bayes_hdc/resonator.py
bayes_hdc/sklearn.py
bayes_hdc/structures.py
bayes_hdc/training.py
bayes_hdc/uncertainty.py
bayes_hdc/utils.py
bayes_hdc/vsa.py
bayes_hdc.egg-info/PKG-INFO
bayes_hdc.egg-info/SOURCES.txt
bayes_hdc.egg-info/dependency_links.txt
bayes_hdc.egg-info/requires.txt
bayes_hdc.egg-info/top_level.txt
bayes_hdc/datasets/__init__.py
bayes_hdc/datasets/base.py
bayes_hdc/datasets/loaders.py
tests/test_anomaly.py
tests/test_bayesian_adaptive.py
tests/test_bayesian_models.py
tests/test_calibration_metrics.py
tests/test_cross_api.py
tests/test_datasets.py
tests/test_dirichlet.py
tests/test_distributions.py
tests/test_embeddings.py
tests/test_equivariance.py
tests/test_functional.py
tests/test_inference_and_distributed.py
tests/test_integration.py
tests/test_inverse_gaussian.py
tests/test_math_properties.py
tests/test_memory.py
tests/test_metrics.py
tests/test_mixture_and_derived.py
tests/test_models.py
tests/test_performance.py
tests/test_plots.py
tests/test_regression.py
tests/test_sklearn.py
tests/test_structures.py
tests/test_systematicity.py
tests/test_training.py
tests/test_uncertainty.py
tests/test_utils.py
tests/test_v05_v06.py
tests/test_vsa.py