.cursorrules
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CYBERSECURITY_BENEFITS.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
TROUBLESHOOTING.md
UHG_IMPROVEMENTS.md
docker-compose.yml
environment.mac-silicon.yml
environment.yml
install_splunk.py
mkdocs.yml
publish.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
setup_venv.py
test_uhg.py
test_uhg_anomaly.py
test_uhg_core.py
test_uhg_features.py
test_uhg_metric.py
tox.ini
uhg_anomaly.py
uhg_features.py
uhg_intrusion_detection2.py
uhg_intrusion_detection3.py
uhg_intrusion_detection4.py
uhg_metric.py
.github/workflows/ci.yml
docs/conf.py
docs/index.md
docs/index.rst
docs/installation.rst
docs/requirements.txt
docs/javascripts/mathjax.js
docs/release_notes/v0.2.0.md
examples/threat_correlation_example.py
tests/test_hierarchical.py
tests/test_sage.py
tests/test_uhg_attention.py
uhg/__init__.py
uhg/_version.py
uhg/attention.py
uhg/core.py
uhg/projective.py
uhg/tensor.py
uhg/threat_indicators.py
uhg/utils.py
uhg.egg-info/PKG-INFO
uhg.egg-info/SOURCES.txt
uhg.egg-info/dependency_links.txt
uhg.egg-info/not-zip-safe
uhg.egg-info/requires.txt
uhg.egg-info/top_level.txt
uhg/datasets/__init__.py
uhg/datasets/base.py
uhg/datasets/graph.py
uhg/manifolds/__init__.py
uhg/nn/__init__.py
uhg/nn/attention.py
uhg/nn/functional.py
uhg/nn/message.py
uhg/nn/layers/__init__.py
uhg/nn/layers/attention.py
uhg/nn/layers/base.py
uhg/nn/layers/conv.py
uhg/nn/layers/hierarchical.py
uhg/nn/layers/sage.py
uhg/nn/models/__init__.py
uhg/nn/models/hierarchical.py
uhg/nn/models/sage.py
uhg/optim/__init__.py
uhg/optim/adam.py
uhg/optim/optimizer.py
uhg/optim/sgd.py
uhg/samplers/__init__.py
uhg/samplers/base.py
uhg/samplers/hyperbolic.py
uhg/utils/__init__.py
uhg/utils/batch.py
uhg/utils/cross_ratio.py