arx-deidentifier / arx

ARX is a comprehensive open source data anonymization tool aiming to provide scalability and usability. It supports various anonymization techniques, methods for analyzing data quality and re-identification risks and it supports well-known privacy models, such as k-anonymity, l-diversity, t-closeness and differential privacy.

Home Page:http://arx.deidentifier.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Add example for data-dependent DP

prasser opened this issue · comments

The examples only contain a configuration with data-independent DP. Add variant with:

config.setHeuristicSearchStepLimit(steps); // Number of steps to search
config.setDPSearchBudget(dpSearchBudget) // Additional epsilon for search process