LICENSE
README.md
pyproject.toml
src/fdia_graph/__init__.py
src/fdia_graph/download.py
src/fdia_graph/generation.py
src/fdia_graph/profiles.py
src/fdia_graph/registry.py
src/fdia_graph/schema.py
src/fdia_graph/streams.py
src/fdia_graph/timeline.py
src/fdia_graph/torch_data.py
src/fdia_graph.egg-info/PKG-INFO
src/fdia_graph.egg-info/SOURCES.txt
src/fdia_graph.egg-info/dependency_links.txt
src/fdia_graph.egg-info/requires.txt
src/fdia_graph.egg-info/top_level.txt
src/fdia_graph/dataset/__init__.py
src/fdia_graph/dataset/base.py
src/fdia_graph/dataset/export.py
src/fdia_graph/dataset/graph.py
src/fdia_graph/dataset/physics.py
src/fdia_graph/dataset/records.py
src/fdia_graph/dataset/sequence.py
src/fdia_graph/engine/__init__.py
src/fdia_graph/engine/attacks.py
src/fdia_graph/engine/base.py
src/fdia_graph/engine/core.py
src/fdia_graph/engine/measurement.py
src/fdia_graph/engine/physics.py
src/fdia_graph/engine/records.py
src/fdia_graph/federated/__init__.py
src/fdia_graph/federated/aggregate.py
src/fdia_graph/federated/localizer.py
src/fdia_graph/federated/partition.py
src/fdia_graph/federated/se.py
src/fdia_graph/formulas/__init__.py
src/fdia_graph/formulas/attacks.py
src/fdia_graph/formulas/estimation.py
src/fdia_graph/formulas/federated.py
src/fdia_graph/formulas/linalg.py
src/fdia_graph/formulas/metrics.py
src/fdia_graph/formulas/network.py
src/fdia_graph/formulas/noise.py
src/fdia_graph/formulas/projection.py
src/fdia_graph/formulas/temporal.py
src/fdia_graph/formulas/trust.py
src/fdia_graph/localization/__init__.py
src/fdia_graph/localization/base.py
src/fdia_graph/localization/learned.py
src/fdia_graph/localization/methods.py
src/fdia_graph/models/__init__.py
src/fdia_graph/models/assets.py
src/fdia_graph/models/base.py
src/fdia_graph/models/data.py
src/fdia_graph/models/federated.py
src/fdia_graph/models/fields.py
src/fdia_graph/models/frames.py
src/fdia_graph/models/grid.py
src/fdia_graph/models/scores.py
src/fdia_graph/models/training.py
src/fdia_graph/se/__init__.py
src/fdia_graph/se/base.py
src/fdia_graph/se/jacobian.py
src/fdia_graph/se/methods.py
src/fdia_graph/trust/__init__.py
src/fdia_graph/trust/base.py
src/fdia_graph/trust/dqn.py
src/fdia_graph/trust/secured.py
tests/test_edges.py
tests/test_estimators.py
tests/test_federated.py
tests/test_formulas.py
tests/test_frozen.py
tests/test_loader_timeline.py
tests/test_models.py
tests/test_models_doc.py
tests/test_models_package.py
tests/test_namespace.py
tests/test_public_bundles.py
tests/test_public_coverage.py
tests/test_registry.py
tests/test_schema.py
tests/test_sdk.py
tests/test_timeline.py
tests/test_trust.py
tests/test_trust_formulas.py