You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This comment comes from @brenofranca83
*It was move from issue #35 in other prepository: TMA-framework-a
Hi all (@mrmassis@tbasso ),
Some additional info for this issue:
The new interface to be provided for the anonymizer should address a ResultSet as a dataset.
So, I understand the new public method should be something like
public ResultSet run(ResultSet dataset, String policy, int k, float riskThreshold);
Note the riskThreshold (rmax) is now out of the policy file as a matter of semantics/cohesion.
Besides, the policy file should be formated as a JSON file. So, please use the native Java JSON API: http://www.oracle.com/technetwork/articles/java/json-1973242.html
The JSON format should follow the idea of the policy format, identifying non-sensitive fields,
identifying/PKs/SKs fields, and anonymization mechanisms (SR, SL, DT, AG, CT).
The text was updated successfully, but these errors were encountered: