mikroaggregation
Mikroaggregation is a privacy-preserving data anonymization technique. It aims to protect individual privacy within a dataset by grouping similar records together and then replacing the original values of sensitive attributes with aggregate values for the group. The core idea is to ensure that each individual record is indistinguishable from at least k-1 other records in the dataset, where k is a predefined parameter.
The process typically involves several steps. First, the dataset is divided into a set of disjoint partitions,
Mikroaggregation offers a balance between privacy and data utility. By maintaining group-level statistics, it allows for