- KAnonymity - Class in org.deidentifier.arx.criteria
-
The k-anonymity criterion
Published in:
Sweeney L.
- KAnonymity(int) - Constructor for class org.deidentifier.arx.criteria.KAnonymity
-
Creates a new instance of the k-anonymity criterion as proposed in
Sweeney L.
- KMap - Class in org.deidentifier.arx.criteria
-
This class implements the k-map privacy model as proposed by Latanya Sweeney.
As an alternative to explicitly providing data about the underlying population, cell sizes can be can be estimated with
the D3 (Poisson) and D4 (zero-truncated Poisson) estimators proposed in:
K.
- KMap(int, DataSubset) - Constructor for class org.deidentifier.arx.criteria.KMap
-
Creates a new instance of the k-map criterion as proposed by Latanya Sweeney
- KMap(int, double, ARXPopulationModel) - Constructor for class org.deidentifier.arx.criteria.KMap
-
Creates a new instance of the criterion using thr Poisson estimator proposed by Pannekoek.
- KMap(int, double, ARXPopulationModel, KMap.CellSizeEstimator) - Constructor for class org.deidentifier.arx.criteria.KMap
-
Creates a new instance of the criterion using the Poisson estimator proposed by Pannekoek or by El Emam.
- KMap.CellSizeEstimator - Enum in org.deidentifier.arx.criteria
-
Estimators for cell sizes in the population.