Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
Modifier and Type | Class and Description |
---|---|
class |
DataDependentEDDPAlgorithm
This class implements the search algorithm used with data-dependent differential privacy as proposed in:
Bild R, Kuhn KA, Prasser F.
|
class |
FLASHAlgorithmImpl
This class implements the FLASH algorithm.
|
class |
LIGHTNINGAlgorithm |
Modifier and Type | Method and Description |
---|---|
static AbstractAlgorithm |
DataDependentEDDPAlgorithm.create(SolutionSpace<?> solutionSpace,
TransformationChecker checker,
boolean deterministic,
int expansionLimit,
double epsilonSearch)
Creates a new instance
|
static AbstractAlgorithm |
LIGHTNINGAlgorithm.create(SolutionSpace<?> solutionSpace,
TransformationChecker checker,
int timeLimit,
int checkLimit)
Creates a new instance
|
static AbstractAlgorithm |
FLASHAlgorithm.create(SolutionSpace<java.lang.Long> solutionSpace,
TransformationChecker checker,
FLASHStrategy strategy)
Creates a new instance of the FLASH algorithm.
|