- EDDifferentialPrivacy - Class in org.deidentifier.arx.criteria
-
(e,d)-Differential Privacy implemented with SafePub as proposed in:
Bild R, Kuhn KA, Prasser F.
- EDDifferentialPrivacy(double, double, DataGeneralizationScheme) - Constructor for class org.deidentifier.arx.criteria.EDDifferentialPrivacy
-
Creates a new instance which is data-independent iff generalization is not null
- EDDifferentialPrivacy(double, double) - Constructor for class org.deidentifier.arx.criteria.EDDifferentialPrivacy
-
Creates a new data-dependent instance
- EDDifferentialPrivacy(double, double, DataGeneralizationScheme, boolean) - Constructor for class org.deidentifier.arx.criteria.EDDifferentialPrivacy
-
Creates a new instance which may be configured to produce deterministic output.
- Element - Interface in org.deidentifier.arx.certificate.elements
-
An abstract element
- ElementData - Class in org.deidentifier.arx.certificate.elements
-
Complex element of data items
- ElementData(String) - Constructor for class org.deidentifier.arx.certificate.elements.ElementData
-
Creates a new instance
- ElementList - Class in org.deidentifier.arx.certificate.elements
-
PDF list
- ElementList(CertificateStyle.ListStyle) - Constructor for class org.deidentifier.arx.certificate.elements.ElementList
-
Creates a new list
- ElementNewLine - Class in org.deidentifier.arx.certificate.elements
-
PDF text element
- ElementNewLine() - Constructor for class org.deidentifier.arx.certificate.elements.ElementNewLine
-
Creates a new instance
- ElementPageBreak - Class in org.deidentifier.arx.certificate.elements
-
PDF page break
- ElementPageBreak() - Constructor for class org.deidentifier.arx.certificate.elements.ElementPageBreak
-
- ElementSubtitle - Class in org.deidentifier.arx.certificate.elements
-
PDF subtitle element
- ElementSubtitle(String) - Constructor for class org.deidentifier.arx.certificate.elements.ElementSubtitle
-
Creates a new subtitle
- ElementText - Class in org.deidentifier.arx.certificate.elements
-
PDF text element
- ElementText(String) - Constructor for class org.deidentifier.arx.certificate.elements.ElementText
-
Creates a new text
- ElementText(String, ElementText.TextStyle) - Constructor for class org.deidentifier.arx.certificate.elements.ElementText
-
Creates a new text
- ElementText.TextStyle - Enum in org.deidentifier.arx.certificate.elements
-
Style
- ElementTitle - Class in org.deidentifier.arx.certificate.elements
-
PDF title element
- ElementTitle(String) - Constructor for class org.deidentifier.arx.certificate.elements.ElementTitle
-
Creates a new title
- ElementVerticalSpace - Class in org.deidentifier.arx.certificate.elements
-
PDF page break
- ElementVerticalSpace(int) - Constructor for class org.deidentifier.arx.certificate.elements.ElementVerticalSpace
-
Creates a new instance
- end() - Method in class org.deidentifier.arx.DataSelector
-
- enforce(HashGroupifyDistribution, int) - Method in class org.deidentifier.arx.criteria.RiskBasedCriterion
-
- enforce(HashGroupifyDistribution, int) - Method in class org.deidentifier.arx.criteria.SampleBasedCriterion
-
This method enforces the criterion on the current hash table.
- EnhancedBLikeness - Class in org.deidentifier.arx.criteria
-
Enhanced-beta-Likeness:
Jianneng Cao, Panagiotis Karras:
Publishing Microdata with a Robust Privacy Guarantee
VLDB 2012.
- EnhancedBLikeness(String, double) - Constructor for class org.deidentifier.arx.criteria.EnhancedBLikeness
-
Creates a new instance
- EntropyLDiversity - Class in org.deidentifier.arx.criteria
-
The entropy l-diversity privacy model.
- EntropyLDiversity(String, double) - Constructor for class org.deidentifier.arx.criteria.EntropyLDiversity
-
Creates a new instance of the entropy l-diversity model as proposed in:
Machanavajjhala A, Kifer D, Gehrke J. l-diversity: Privacy beyond k-anonymity.
- EntropyLDiversity(String, double, EntropyLDiversity.EntropyEstimator) - Constructor for class org.deidentifier.arx.criteria.EntropyLDiversity
-
Creates a new instance of the entropy-l-diversity privacy model,
specifying the entropy estimator be to used.
- EntropyLDiversity.EntropyEstimator - Enum in org.deidentifier.arx.criteria
-
Enumerator of entropy estimators for the entropy-l-diversity privacy model.
- EqualDistanceTCloseness - Class in org.deidentifier.arx.criteria
-
The t-closeness criterion with equal-distance EMD.
- EqualDistanceTCloseness(String, double) - Constructor for class org.deidentifier.arx.criteria.EqualDistanceTCloseness
-
Creates a new instance of the t-closeness criterion with equal earth-movers-distance as proposed in:
Li N, Li T, Venkatasubramanian S.
- equals(Object) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderIntervalBased.Interval
-
- equals(Object) - Method in class org.deidentifier.arx.aggregates.StatisticsContingencyTable.Entry
-
- equals(Object) - Method in class org.deidentifier.arx.common.TupleWrapper
-
- equals(Date) - Method in class org.deidentifier.arx.DataSelector
-
- equals(double) - Method in class org.deidentifier.arx.DataSelector
-
- equals(String) - Method in class org.deidentifier.arx.DataSelector
-
- equals(Object) - Method in class org.deidentifier.arx.DataType.ARXDate
-
- equals(Object) - Method in class org.deidentifier.arx.DataType.ARXDecimal
-
- equals(Object) - Method in class org.deidentifier.arx.DataType.ARXInteger
-
- equals(Object) - Method in class org.deidentifier.arx.DataType.ARXOrderedString
-
- equals(Object) - Method in class org.deidentifier.arx.DataType.ARXString
-
- equals(Object) - Method in class org.deidentifier.arx.DataType
-
- equals(Object) - Method in class org.deidentifier.arx.metric.InformationLoss
-
- equals(Object) - Method in class org.deidentifier.arx.metric.v2.AbstractILMultiDimensional
-
- equals(Object) - Method in class org.deidentifier.arx.metric.v2.ILScore
-
- equals(Object) - Method in class org.deidentifier.arx.metric.v2.ILSingleDimensional
-
- error(String) - Method in interface org.deidentifier.arx.aggregates.classification.ClassificationResult
-
Returns the error
- error(String) - Method in class org.deidentifier.arx.aggregates.classification.MultiClassLogisticRegressionClassificationResult
-
- error(String) - Method in class org.deidentifier.arx.aggregates.classification.MultiClassNaiveBayesClassificationResult
-
- error(String) - Method in class org.deidentifier.arx.aggregates.classification.MultiClassRandomForestClassificationResult
-
- error(String) - Method in class org.deidentifier.arx.aggregates.classification.MultiClassZeroRClassificationResult
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelColumnOrientedLoss
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelColumnOrientedNonUniformEntropy
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelColumnOrientedPrecision
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelColumnOrientedSquaredError
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelRowOrientedAECS
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelRowOrientedAmbiguity
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelRowOrientedDiscernibility
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelRowOrientedSquaredError
-
- evaluate() - Method in class org.deidentifier.arx.aggregates.quality.QualityModelRowOrientedSSESST
-
- exp(IntervalDouble) - Method in class org.deidentifier.arx.reliability.IntervalArithmeticDouble
-
Exp
- expand() - Method in class org.deidentifier.arx.ARXLattice.ARXNode
-
Materializes any non-materialized predecessors and successors
- expand(ARXLattice.ARXNode) - Method in class org.deidentifier.arx.ARXLattice
-
Materializes any non-materialized predecessors and successors
- ExplicitPrivacyCriterion - Class in org.deidentifier.arx.criteria
-
A privacy criterion that is explicitly bound to a sensitive attribute.
- ExplicitPrivacyCriterion(String, boolean, boolean) - Constructor for class org.deidentifier.arx.criteria.ExplicitPrivacyCriterion
-
Creates a new instance
- ExponentialMechanism<T> - Class in org.deidentifier.arx.dp
-
An implementation of the exponential mechanism for discrete domains as proposed in:
McSherry, Frank, and Kunal Talwar:
Mechanism design via differential privacy.
- ExponentialMechanism(double) - Constructor for class org.deidentifier.arx.dp.ExponentialMechanism
-
Constructs a new instance
- ExponentialMechanism(double, boolean) - Constructor for class org.deidentifier.arx.dp.ExponentialMechanism
-
Constructs a new instance
Note: *never* set deterministic to true in production.