Package | Description |
---|---|
org.deidentifier.arx.criteria |
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
|
org.deidentifier.arx.gui.model |
Modifier and Type | Method and Description |
---|---|
KMap.CellSizeEstimator |
KMap.getEstimator()
Returns the specified estimator.
|
static KMap.CellSizeEstimator |
KMap.CellSizeEstimator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KMap.CellSizeEstimator[] |
KMap.CellSizeEstimator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
KMap(int k,
double significanceLevel,
ARXPopulationModel populationModel,
KMap.CellSizeEstimator estimator)
Creates a new instance of the criterion using the Poisson estimator proposed by Pannekoek or by El Emam.
|
Modifier and Type | Method and Description |
---|---|
KMap.CellSizeEstimator |
ModelKMapCriterion.getEstimator()
Returns the estimator.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelKMapCriterion.setEstimator(KMap.CellSizeEstimator estimator)
Sets the used estimator.
|