- 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. k-Anonymity: A model for protecting privacy.
- keyPressed(KeyEvent) - Method in class org.deidentifier.arx.gui.view.impl.common.DelayedChangeListener
-
- keyReleased(KeyEvent) - Method in class org.deidentifier.arx.gui.view.impl.common.DelayedChangeListener
-
- KMap - Class in org.deidentifier.arx.criteria
-
This class implements the k-map privacy model as proposed by Latanya Sweeney.
- 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.