Package | Description |
---|---|
org.deidentifier.arx.framework.check |
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
|
org.deidentifier.arx.framework.check.distribution |
This package implements means for efficiently maintaining distributions of values
for each equivalence class
|
org.deidentifier.arx.framework.check.groupify |
This package implements different hash-groupify operators.
|
org.deidentifier.arx.framework.check.history |
This package implements the 'history' optimization.
|
org.deidentifier.arx.framework.check.transformer |
This package provides several transformers that efficiently implement the 'projection' optimization.
|
org.deidentifier.arx.framework.data |
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
|
Class and Description |
---|
IntArrayDictionary
A hash groupify operator.
|
Class and Description |
---|
Distribution
This class can be utilized to track the distributions of values.
|
DistributionAggregateFunction
This abstract class represents a function that aggregates values from a frequency distribution
|
DistributionAggregateFunction.DistributionAggregateFunctionArithmeticMean
This class calculates the arithmetic mean for a given distribution.
|
DistributionAggregateFunction.DistributionAggregateFunctionGeometricMean
This class calculates the geometric mean for a given distribution.
|
DistributionAggregateFunction.DistributionAggregateFunctionInterval
This class calculates the mode for a given distribution.
|
DistributionAggregateFunction.DistributionAggregateFunctionMedian
This class calculates the median for a given distribution.
|
DistributionAggregateFunction.DistributionAggregateFunctionMode
This class calculates the mode for a given distribution.
|
IntArrayDictionaryEntry
Implements an entry.
|
Class and Description |
---|
Distribution
This class can be utilized to track the distributions of values.
|
Class and Description |
---|
IntArrayDictionary
A hash groupify operator.
|
Class and Description |
---|
IntArrayDictionary
A hash groupify operator.
|
Class and Description |
---|
DistributionAggregateFunction
This abstract class represents a function that aggregates values from a frequency distribution
|