public abstract class TCloseness extends ExplicitPrivacyCriterion
Modifier and Type | Field and Description |
---|---|
protected double |
t
The param t.
|
attribute, index
Constructor and Description |
---|
TCloseness(java.lang.String attribute,
double t)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getRequirements()
Returns the criterion's requirements.
|
double |
getT()
Returns the parameter t.
|
getAttribute, initialize
clone, getPopulationModel, getRiskThresholdJournalist, getRiskThresholdMarketer, getRiskThresholdProsecutor, getSubset, isAnonymous, isLocalRecodingSupported, isMonotonicWithGeneralization, isMonotonicWithSuppression, isSampleBased, toString
public TCloseness(java.lang.String attribute, double t)
attribute
- t
- public int getRequirements()
PrivacyCriterion
getRequirements
in class PrivacyCriterion
public double getT()