pyproject.toml
readme.md
cp2025/__init__.py
cp2025/depersonalize.py
cp2025.egg-info/PKG-INFO
cp2025.egg-info/SOURCES.txt
cp2025.egg-info/dependency_links.txt
cp2025.egg-info/entry_points.txt
cp2025.egg-info/requires.txt
cp2025.egg-info/top_level.txt
cp2025/algorithms/AggregationKAnonymityTimeOptimal.py
cp2025/algorithms/AggregationLDiversityTimeOptimal.py
cp2025/algorithms/Datafly.py
cp2025/algorithms/Depersonalizator.py
cp2025/algorithms/DistributedDataKAnonymityDepersonalization.py
cp2025/algorithms/GeneralizationGreedyByOneEqualSizedGroups.py
cp2025/algorithms/GeneralizationKAnonymityGroupJoin.py
cp2025/algorithms/GeneralizationKAnonymityTimeOptimal.py
cp2025/algorithms/GeneralizationLDiversityTimeOptimal.py
cp2025/algorithms/IdentifierHasher.py
cp2025/algorithms/RandomizationDepersonalizator.py
cp2025/algorithms/Shuffler.py
cp2025/algorithms/ShufflerInBatches.py
cp2025/algorithms/SuppressionKAnonymityBaseline.py
cp2025/algorithms/SuppressionKAnonymityTimeOptimal.py
cp2025/algorithms/SuppressionLDiversityBaseline.py
cp2025/algorithms/SuppressionLDiversityTimeOptimal.py
cp2025/algorithms/SuppressionTClosenessBaseline.py
cp2025/algorithms/__init__.py
cp2025/algorithms/groupjoin.py
cp2025/utility/GeneralizationRange.py
cp2025/utility/__init__.py
cp2025/utility/algorithms.py
cp2025/utility/boosting_security_score.py
cp2025/utility/diatances.py
cp2025/utility/groupping.py
cp2025/utility/metrics.py
cp2025/utility/prepare_data.py
cp2025/utility/statistics.py
cp2025/utility/utility.py
tests/UnorderedClass.py
tests/test_AggregationKAnonymityTimeOptimal.py
tests/test_AggregationLDiversityTimeOptimal.py
tests/test_Datafly.py
tests/test_GeneralizationGreedyByOneEqualSizedGroups.py
tests/test_GeneralizationKAnonymityGroupJoin.py
tests/test_GeneralizationKAnonymityTimeOptimal.py
tests/test_GeneralizationLDiversityTimeOptimal.py
tests/test_IdentifierHasher.py
tests/test_SuppressionKAnonymityBaseline.py
tests/test_SuppressionKAnonymityTimeOptimal.py
tests/test_SuppressionLDiversityBaseline.py
tests/test_SuppressionLDiversityTimeOptimal.py
tests/test_SuppressionTClosenessBaseline.py
tests/test_adversarial_accuracy_gain.py
tests/test_adversarial_knowledge_gain.py
tests/test_find_t_close.py
tests/test_model_score.py
tests/test_prepare_data.py
tests/test_security_with_boosting.py
tests/test_with_datasets.py