Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
Modifier and Type | Method and Description |
---|---|
static FLASHConfiguration |
FLASHConfiguration.createBinaryPhaseConfiguration(FLASHPhaseConfiguration config,
History.StorageStrategy storageStrategy,
boolean pruneWithLowerBounds,
boolean anonymityPropertyPredictable)
Creates a binary-phase only configuration.
|
static FLASHConfiguration |
FLASHConfiguration.createLinearPhaseConfiguration(FLASHPhaseConfiguration config,
History.StorageStrategy storageStrategy,
boolean pruneWithLowerBounds,
boolean anonymityPropertyPredictable)
Creates a linear-phase only configuration.
|
static FLASHConfiguration |
FLASHConfiguration.createTwoPhaseConfiguration(FLASHPhaseConfiguration binaryPhaseConfiguration,
FLASHPhaseConfiguration linearPhaseConfiguration,
History.StorageStrategy storageStrategy,
boolean pruneWithLowerBounds,
boolean anonymityPropertyPredictable)
Creates a two-phase configuration.
|
Constructor and Description |
---|
FLASHAlgorithmImpl(SolutionSpace<java.lang.Long> solutionSpace,
TransformationChecker checker,
FLASHStrategy strategy,
FLASHConfiguration config)
Creates a new instance.
|