- ratio(Date, Date) - Method in class org.deidentifier.arx.DataType.ARXDate
-
- ratio(Double, Double) - Method in class org.deidentifier.arx.DataType.ARXDecimal
-
- ratio(Long, Long) - Method in class org.deidentifier.arx.DataType.ARXInteger
-
- ratio(T, T) - Method in interface org.deidentifier.arx.DataType.DataTypeWithRatioScale
-
- read(DataDefinition) - Method in class org.deidentifier.arx.DataDefinition
-
Reads all settings from the given definition
- readIntIntOpenHashMap(ObjectInputStream) - Static method in class org.deidentifier.arx.metric.v2.IO
-
Reads a hash map from the stream.
- readLongDoubleOpenHashMap(ObjectInputStream) - Static method in class org.deidentifier.arx.metric.v2.IO
-
Reads a hash map from the stream.
- RecursiveCLDiversity - Class in org.deidentifier.arx.criteria
-
The recursive-(c,l)-diversity criterion.
- RecursiveCLDiversity(String, double, int) - Constructor for class org.deidentifier.arx.criteria.RecursiveCLDiversity
-
Creates a new instance of the recursive-(c,l)-diversity criterion as proposed in:
Machanavajjhala A, Kifer D, Gehrke J.
- relativeTo(InformationLoss<?>, InformationLoss<?>) - Method in class org.deidentifier.arx.metric.InformationLoss
-
Returns the value relative to the other instance.
- relativeTo(InformationLoss<?>, InformationLoss<?>) - Method in class org.deidentifier.arx.metric.v2.AbstractILMultiDimensional
-
- relativeTo(InformationLoss<?>, InformationLoss<?>) - Method in class org.deidentifier.arx.metric.v2.AbstractILMultiDimensionalReduced
-
- relativeTo(InformationLoss<?>, InformationLoss<?>) - Method in class org.deidentifier.arx.metric.v2.ILMultiDimensionalRank
-
- relativeTo(InformationLoss<?>, InformationLoss<?>) - Method in class org.deidentifier.arx.metric.v2.ILSingleDimensional
-
- release() - Method in class org.deidentifier.arx.DataHandle
-
Releases this handle and all associated resources.
- remove() - Method in class org.deidentifier.arx.DataHandleOutput.ResultIterator
-
- remove() - Method in class org.deidentifier.arx.io.ImportAdapterCSV
-
Dummy.
- remove() - Method in class org.deidentifier.arx.io.ImportAdapterExcel
-
Dummy.
- remove() - Method in class org.deidentifier.arx.io.ImportAdapterJDBC
-
Dummy.
- remove(int) - Method in class org.deidentifier.arx.RowSet
-
- removeCriterion(PrivacyCriterion) - Method in class org.deidentifier.arx.ARXConfiguration
-
Removes the given criterion.
- replace(int, String, String) - Method in class org.deidentifier.arx.DataHandle
-
Replaces the original value with the replacement in the given column.
- replace(int, String, String) - Method in class org.deidentifier.arx.DataHandleOutput
-
- replace(int, String, String) - Method in class org.deidentifier.arx.DataHandleSubset
-
- REQUIREMENT_COUNTER - Static variable in class org.deidentifier.arx.ARXConfiguration
-
Do the criteria require a counter per equivalence class.
- REQUIREMENT_DISTRIBUTION - Static variable in class org.deidentifier.arx.ARXConfiguration
-
Do the criteria require distributions of sensitive values in the equivalence classes.
- REQUIREMENT_SECONDARY_COUNTER - Static variable in class org.deidentifier.arx.ARXConfiguration
-
Do the criteria require a second counter.
- requires(int) - Method in class org.deidentifier.arx.ARXConfiguration.ARXConfigurationInternal
-
Convenience method for checking the requirements.
- resetAttributeType(String) - Method in class org.deidentifier.arx.DataDefinition
-
Resets the according setting
- resetHierarchy(String) - Method in class org.deidentifier.arx.DataDefinition
-
Resets the according setting
- resetHierarchyBuilder(String) - Method in class org.deidentifier.arx.DataDefinition
-
Resets the according setting
- resetMaximumGeneralization(String) - Method in class org.deidentifier.arx.DataDefinition
-
Resets the according setting
- resetMicroAggregationFunction(String) - Method in class org.deidentifier.arx.DataDefinition
-
Resets the according setting
- resetMinimumGeneralization(String) - Method in class org.deidentifier.arx.DataDefinition
-
Resets the according setting
- RiskBasedCriterion - Class in org.deidentifier.arx.criteria
-
Abstract class for criteria that ensure that a certain risk measure is lower than or equal to a given threshold
- RiskBasedCriterion(boolean, boolean, double) - Constructor for class org.deidentifier.arx.criteria.RiskBasedCriterion
-
Creates a new instance of this criterion.
- RiskEstimateBuilder - Class in org.deidentifier.arx.risk
-
A builder for risk estimates
- RiskEstimateBuilder(ARXPopulationModel, DataHandle, RiskModelHistogram) - Constructor for class org.deidentifier.arx.risk.RiskEstimateBuilder
-
Creates a new instance
- RiskEstimateBuilder(ARXPopulationModel, DataHandle, RiskModelHistogram, ARXSolverConfiguration) - Constructor for class org.deidentifier.arx.risk.RiskEstimateBuilder
-
Creates a new instance
- RiskEstimateBuilder(ARXPopulationModel, DataHandle, Set<String>) - Constructor for class org.deidentifier.arx.risk.RiskEstimateBuilder
-
Creates a new instance
- RiskEstimateBuilder(ARXPopulationModel, DataHandle, Set<String>, ARXSolverConfiguration) - Constructor for class org.deidentifier.arx.risk.RiskEstimateBuilder
-
Creates a new instance
- RiskEstimateBuilderInterruptible - Class in org.deidentifier.arx.risk
-
A builder for risk estimates, interruptible
- RiskModelAttributes - Class in org.deidentifier.arx.risk
-
A class for attribute-related risks
- RiskModelAttributes.QuasiIdentifierRisk - Class in org.deidentifier.arx.risk
-
Risks associated to a certain quasi-identifier
- RiskModelHistogram - Class in org.deidentifier.arx.risk
-
This class encapsulates information about equivalence classes in a data set
- RiskModelHistogram(DataHandle) - Constructor for class org.deidentifier.arx.risk.RiskModelHistogram
-
Creates a new instance
- RiskModelHistogram(DataHandle, Set<String>) - Constructor for class org.deidentifier.arx.risk.RiskModelHistogram
-
Creates a new instance
- RiskModelHistogram(IntIntOpenHashMap) - Constructor for class org.deidentifier.arx.risk.RiskModelHistogram
-
Creates a new instance
- RiskModelPopulationUniqueness - Class in org.deidentifier.arx.risk
-
Class for risks based on population uniqueness.
- RiskModelPopulationUniqueness(ARXPopulationModel, RiskModelHistogram, int, ARXSolverConfiguration) - Constructor for class org.deidentifier.arx.risk.RiskModelPopulationUniqueness
-
Creates a new instance
- RiskModelPopulationUniqueness.PopulationUniquenessModel - Enum in org.deidentifier.arx.risk
-
The statistical model used for computing Dankar's estimate.
- RiskModelSampleRisks - Class in org.deidentifier.arx.risk
-
Class for analyzing re-identification risks of the current sample
- RiskModelSampleRisks(RiskModelHistogram) - Constructor for class org.deidentifier.arx.risk.RiskModelSampleRisks
-
Creates a new instance
- RiskModelSampleUniqueness - Class in org.deidentifier.arx.risk
-
Class for risks based on sample uniqueness
- RiskModelSampleUniqueness(RiskModelHistogram) - Constructor for class org.deidentifier.arx.risk.RiskModelSampleUniqueness
-
Creates a new instance
- RollbackRequiredException - Exception in org.deidentifier.arx.exceptions
-
This exception is raised, if the method that was called has left something in an
invalid state that may breach privacy.
- RollbackRequiredException() - Constructor for exception org.deidentifier.arx.exceptions.RollbackRequiredException
-
Constructor
- RollbackRequiredException(String) - Constructor for exception org.deidentifier.arx.exceptions.RollbackRequiredException
-
Constructor
- RollbackRequiredException(String, Throwable) - Constructor for exception org.deidentifier.arx.exceptions.RollbackRequiredException
-
Constructor
- RollbackRequiredException(Throwable) - Constructor for exception org.deidentifier.arx.exceptions.RollbackRequiredException
-
Constructor
- RowSet - Class in org.deidentifier.arx
-
A set of rows.