Package | Description |
---|---|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
Modifier and Type | Method and Description |
---|---|
FLASHPhaseConfiguration |
FLASHConfiguration.getBinaryPhaseConfiguration()
Getter.
|
FLASHPhaseConfiguration |
FLASHConfiguration.getLinearPhaseConfiguration()
Getter.
|
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.
|