Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Z _ 

E

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.
EditorCriterion<T extends ModelCriterion> - Class in org.deidentifier.arx.gui.view.impl.menu
Base class for editors
EditorCriterion(Composite, T) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterion
Creates a new instance.
EditorCriterionBLikeness - Class in org.deidentifier.arx.gui.view.impl.menu
Implements a view on a b-likeness privacy model
EditorCriterionBLikeness(Composite, ModelBLikenessCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionBLikeness
Creates a new instance.
EditorCriterionDDisclosurePrivacy - Class in org.deidentifier.arx.gui.view.impl.menu
Implements a view on a d-disclosure privacy criterion
EditorCriterionDDisclosurePrivacy(Composite, ModelDDisclosurePrivacyCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionDDisclosurePrivacy
Creates a new instance.
EditorCriterionDifferentialPrivacy - Class in org.deidentifier.arx.gui.view.impl.menu
A view on an (e,d)-DP criterion.
EditorCriterionDifferentialPrivacy(Composite, ModelDifferentialPrivacyCriterion, Controller, Model) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionDifferentialPrivacy
Creates a new instance.
EditorCriterionDPresence - Class in org.deidentifier.arx.gui.view.impl.menu
A view on a d-presence criterion.
EditorCriterionDPresence(Composite, ModelDPresenceCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionDPresence
Creates a new instance.
EditorCriterionKAnonymity - Class in org.deidentifier.arx.gui.view.impl.menu
A view on a k-anonymity criterion.
EditorCriterionKAnonymity(Composite, ModelKAnonymityCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionKAnonymity
Creates a new instance.
EditorCriterionKMap - Class in org.deidentifier.arx.gui.view.impl.menu
A view on a k-map criterion.
EditorCriterionKMap(Composite, ModelKMapCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionKMap
Creates a new instance.
EditorCriterionLDiversity - Class in org.deidentifier.arx.gui.view.impl.menu
A view on an l-diversity criterion.
EditorCriterionLDiversity(Composite, ModelLDiversityCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionLDiversity
Creates a new instance.
EditorCriterionProfitability - Class in org.deidentifier.arx.gui.view.impl.menu
Editor for the profitability privacy model
EditorCriterionProfitability(Composite, ModelProfitabilityCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionProfitability
Creates a new instance
EditorCriterionRiskBased - Class in org.deidentifier.arx.gui.view.impl.menu
A view on a risk-based criterion.
EditorCriterionRiskBased(Composite, ModelRiskBasedCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionRiskBased
Creates a new instance.
EditorCriterionTCloseness - Class in org.deidentifier.arx.gui.view.impl.menu
Implements a view on a t-closeness criterion.
EditorCriterionTCloseness(Composite, ModelTClosenessCriterion) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorCriterionTCloseness
Creates a new instance.
EditorSelection - Class in org.deidentifier.arx.gui.view.impl.menu
 
EditorSelection(Composite, String[]) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorSelection
 
EditorString - Class in org.deidentifier.arx.gui.view.impl.menu
String editor
EditorString(Composite) - Constructor for class org.deidentifier.arx.gui.view.impl.menu.EditorString
Creates a new instance
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
enable(Composite) - Static method in class org.deidentifier.arx.gui.view.SWTUtil
Enables the composite and its children.
enable(Control) - Static method in class org.deidentifier.arx.gui.view.SWTUtil
Enables the control.
enabled - Variable in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer.RenderedComponent
Var.
end() - Method in class org.deidentifier.arx.DataSelector
 
endElement(String, String, String) - Method in class org.deidentifier.arx.gui.worker.io.XMLHandler
 
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(int[], int[]) - Static method in class org.deidentifier.arx.framework.check.groupify.HashTableUtil
Equality check for integer arrays.
equals(int, int) - Method in class org.deidentifier.arx.framework.data.DataMatrix
Compares two rows for equality
equals(int, int[]) - Method in class org.deidentifier.arx.framework.data.DataMatrix
Returns whether the given row has the given data
equals(int, int) - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
 
equals(int, int[]) - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
 
equals(Object) - Method in class org.deidentifier.arx.gui.view.impl.common.async.AnalysisData
 
equals(Object) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer.RenderedGroup
 
equals(Object) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardEditorRenderer.RenderedInterval
 
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
 
equalsIgnore(int, int, int) - Method in class org.deidentifier.arx.framework.data.DataMatrix
Internal equals
equalsIgnoringOutliers(int, int) - Method in class org.deidentifier.arx.framework.data.DataMatrix
Equals ignoring outliers
equalsIgnoringOutliers(int, int) - Method in class org.deidentifier.arx.framework.data.DataMatrixSubset
 
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
 
Example - Class in org.deidentifier.arx.examples
This class provides a base class for examples.
Example() - Constructor for class org.deidentifier.arx.examples.Example
 
Example1 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the API by directly providing the input datasets.
Example1() - Constructor for class org.deidentifier.arx.examples.Example1
 
Example10 - Class in org.deidentifier.arx.examples
This class implements an example on how to apply the d-presence privacy model and create a research subset by providing a data subset.
Example10() - Constructor for class org.deidentifier.arx.examples.Example10
 
Example11 - Class in org.deidentifier.arx.examples
This class implements an example on how to apply the d-presence privacy model and create a research subset by providing a data selector.
Example11() - Constructor for class org.deidentifier.arx.examples.Example11
 
Example12 - Class in org.deidentifier.arx.examples
This class implements an example on how to apply the d-presence privacy model and create a research subset by providing a complex data selector.
Example12() - Constructor for class org.deidentifier.arx.examples.Example12
 
Example13 - Class in org.deidentifier.arx.examples
This class implements an simple example for using multiple sensitive attributes and different privacy models.
Example13() - Constructor for class org.deidentifier.arx.examples.Example13
 
Example14 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the Loss Metric.
Example14() - Constructor for class org.deidentifier.arx.examples.Example14
 
Example16 - Class in org.deidentifier.arx.examples
This class implements an example of how to use the API for access to basic statistics about the data.
Example16() - Constructor for class org.deidentifier.arx.examples.Example16
 
Example17 - Class in org.deidentifier.arx.examples
This class implements an example of how to list the available data types.
Example17() - Constructor for class org.deidentifier.arx.examples.Example17
 
Example18 - Class in org.deidentifier.arx.examples
This class implements examples of how to use the builders for generalization hierarchies.
Example18() - Constructor for class org.deidentifier.arx.examples.Example18
 
Example19 - Class in org.deidentifier.arx.examples
This class implements an example of how to use the API for creating different output representations of an input dataset.
Example19() - Constructor for class org.deidentifier.arx.examples.Example19
 
Example2 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the API by providing CSV files as input.
Example2() - Constructor for class org.deidentifier.arx.examples.Example2
 
Example20 - Class in org.deidentifier.arx.examples
This class implements examples of how to use aggregate functions.
Example20() - Constructor for class org.deidentifier.arx.examples.Example20
 
Example21 - Class in org.deidentifier.arx.examples
This class demonstrates the use of the data import facilities provided by the ARX framework.
Example21() - Constructor for class org.deidentifier.arx.examples.Example21
 
Example22 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the l-diversity privacy model without protecting sensitive assocations.
Example22() - Constructor for class org.deidentifier.arx.examples.Example22
 
Example23 - Class in org.deidentifier.arx.examples
This class implements an example on how to use multiple instances of l-diversity without protecting sensitive associations.
Example23() - Constructor for class org.deidentifier.arx.examples.Example23
 
Example24 - Class in org.deidentifier.arx.examples
This class implements examples on how to directly use empty and functional hierarchies.
Example24() - Constructor for class org.deidentifier.arx.examples.Example24
 
Example25 - Class in org.deidentifier.arx.examples
This class implements an example for using the generalized loss metric with different types of generalization hierarchies.
Example25() - Constructor for class org.deidentifier.arx.examples.Example25
 
Example26 - Class in org.deidentifier.arx.examples
This class implements examples of how to use an interval-based hierarchy builder with high precision .
Example26() - Constructor for class org.deidentifier.arx.examples.Example26
 
Example27 - Class in org.deidentifier.arx.examples
This class implements an example on how to use data cleansing capabilities
Example27() - Constructor for class org.deidentifier.arx.examples.Example27
 
Example28 - Class in org.deidentifier.arx.examples
This class implements an example on how to use data cleansing using the DataSource functionality.
Example28() - Constructor for class org.deidentifier.arx.examples.Example28
 
Example29 - Class in org.deidentifier.arx.examples
This class implements an example of how to perform risk analyses with the API
Example29() - Constructor for class org.deidentifier.arx.examples.Example29
 
Example3 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the API by directly providing the input datasets.
Example3() - Constructor for class org.deidentifier.arx.examples.Example3
 
Example30 - Class in org.deidentifier.arx.examples
This class implements an example of how to compute summary statistics
Example30() - Constructor for class org.deidentifier.arx.examples.Example30
 
Example31 - Class in org.deidentifier.arx.examples
This class implements an example of how to use microaggregation
Example31() - Constructor for class org.deidentifier.arx.examples.Example31
 
Example32 - Class in org.deidentifier.arx.examples
This class implements an example of how to use microaggregation with generalization
Example32() - Constructor for class org.deidentifier.arx.examples.Example32
 
Example33 - Class in org.deidentifier.arx.examples
This class implements an example of how to use microaggregation.
Example33() - Constructor for class org.deidentifier.arx.examples.Example33
 
Example34 - Class in org.deidentifier.arx.examples
This class implements an example of how to use the heuristic search algorithm
Example34() - Constructor for class org.deidentifier.arx.examples.Example34
 
Example35 - Class in org.deidentifier.arx.examples
This class implements an example of how to find HIPAA identifiers.
Example35() - Constructor for class org.deidentifier.arx.examples.Example35
 
Example36 - Class in org.deidentifier.arx.examples
This class implements an example of how to use utility-based microaggregation
Example36() - Constructor for class org.deidentifier.arx.examples.Example36
 
Example37 - Class in org.deidentifier.arx.examples
This class implements an example of how to use (e,d)-DP
Example37() - Constructor for class org.deidentifier.arx.examples.Example37
 
Example38 - Class in org.deidentifier.arx.examples
This class implements an example of how to use local recoding with ARX
Example38() - Constructor for class org.deidentifier.arx.examples.Example38
 
Example39 - Class in org.deidentifier.arx.examples
This class implements an example on how to compare data mining performance
Example39() - Constructor for class org.deidentifier.arx.examples.Example39
 
Example4 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the API for tools such as GUIs.
Example4() - Constructor for class org.deidentifier.arx.examples.Example4
 
Example40 - Class in org.deidentifier.arx.examples
This class implements an example on how to compare data mining performance
Example40() - Constructor for class org.deidentifier.arx.examples.Example40
 
Example41 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the k-map model
Example41() - Constructor for class org.deidentifier.arx.examples.Example41
 
Example42 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the k-map and d-presence models combined
Example42() - Constructor for class org.deidentifier.arx.examples.Example42
 
Example43 - Class in org.deidentifier.arx.examples
This class implements an example of how to evaluate combined risk metrics
Example43() - Constructor for class org.deidentifier.arx.examples.Example43
 
Example44 - Class in org.deidentifier.arx.examples
This class implements an example of how to use the k-map privacy model with a statistical estimator.
Example44() - Constructor for class org.deidentifier.arx.examples.Example44
 
Example45 - Class in org.deidentifier.arx.examples
This class implements an example of how to use the mixed risk model.
Example45() - Constructor for class org.deidentifier.arx.examples.Example45
 
Example46 - Class in org.deidentifier.arx.examples
This class implements an example of how to use the distribution of risks
Example46() - Constructor for class org.deidentifier.arx.examples.Example46
 
Example47 - Class in org.deidentifier.arx.examples
Example for evaluating distinction and separation of attributes as described in R.
Example47() - Constructor for class org.deidentifier.arx.examples.Example47
 
Example48 - Class in org.deidentifier.arx.examples
This class implements an example of how to use ordered distance t-closeness.
Example48() - Constructor for class org.deidentifier.arx.examples.Example48
 
Example49 - Class in org.deidentifier.arx.examples
Examples of using the no-attack variant of the game-theoretic approach for performing a monetary cost/benefit analysis using prosecutor risk.
Example49() - Constructor for class org.deidentifier.arx.examples.Example49
 
Example5 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the API by directly providing the input datasets.
Example5() - Constructor for class org.deidentifier.arx.examples.Example5
 
Example50 - Class in org.deidentifier.arx.examples
Examples of using the no-attack variant of the game-theoretic approach for performing a monetary cost/benefit analysis using journalist risk.
Example50() - Constructor for class org.deidentifier.arx.examples.Example50
 
Example51 - Class in org.deidentifier.arx.examples
Examples of using the game-theoretic approach for performing a monetary cost/benefit analysis using prosecutor risk.
Example51() - Constructor for class org.deidentifier.arx.examples.Example51
 
Example52 - Class in org.deidentifier.arx.examples
Examples of using the game-theoretic approach for performing a monetary cost/benefit analysis using journalist risk.
Example52() - Constructor for class org.deidentifier.arx.examples.Example52
 
Example53 - Class in org.deidentifier.arx.examples
This class implements an example on how to generate reports
Example53() - Constructor for class org.deidentifier.arx.examples.Example53
 
Example54 - Class in org.deidentifier.arx.examples
This class implements an example on how to access quality statistics
Example54() - Constructor for class org.deidentifier.arx.examples.Example54
 
Example55 - Class in org.deidentifier.arx.examples
This class implements an example of how to use a fast algorithm for local recoding with ARX
Example55() - Constructor for class org.deidentifier.arx.examples.Example55
 
Example56 - Class in org.deidentifier.arx.examples
This class implements an example of how to evaluate risk with wildcard matching
Example56() - Constructor for class org.deidentifier.arx.examples.Example56
 
Example57 - Class in org.deidentifier.arx.examples
This class implements an example on how to analyze risks with wildcards for data transformed with cell suppression
Example57() - Constructor for class org.deidentifier.arx.examples.Example57
 
Example58 - Class in org.deidentifier.arx.examples
This class implements an example that shows consistent handling of suppressed records in input and output
Example58() - Constructor for class org.deidentifier.arx.examples.Example58
 
Example59 - Class in org.deidentifier.arx.examples
This class implements an example that shows handling of suppressed values and records in input data
Example59() - Constructor for class org.deidentifier.arx.examples.Example59
 
Example6 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the API for tools such as GUIs.
Example6() - Constructor for class org.deidentifier.arx.examples.Example6
 
Example60 - Class in org.deidentifier.arx.examples
This class implements an example of processing highdimensional data
Example60() - Constructor for class org.deidentifier.arx.examples.Example60
 
Example7 - Class in org.deidentifier.arx.examples
This class implements an example on how to use the API for tools such as GUIs.
Example7() - Constructor for class org.deidentifier.arx.examples.Example7
 
Example8 - Class in org.deidentifier.arx.examples
This class implements an example on how to apply the t-closeness criterion.
Example8() - Constructor for class org.deidentifier.arx.examples.Example8
 
Example9 - Class in org.deidentifier.arx.examples
This class implements an example on how to apply the d-presence criterion.
Example9() - Constructor for class org.deidentifier.arx.examples.Example9
 
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.
A B C D E F G H I K L M N O P Q R S T U V W X Z _ 
Skip navigation links