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.
|
Modifier and Type | Method and Description |
---|---|
EntropyLDiversity.EntropyEstimator |
EntropyLDiversity.getEstimator()
Returns the entropy estimator used by this instance
|
static EntropyLDiversity.EntropyEstimator |
EntropyLDiversity.EntropyEstimator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntropyLDiversity.EntropyEstimator[] |
EntropyLDiversity.EntropyEstimator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EntropyLDiversity(java.lang.String attribute,
double l,
EntropyLDiversity.EntropyEstimator estimator)
Creates a new instance of the entropy-l-diversity privacy model,
specifying the entropy estimator be to used.
|