Verwendungen von Klasse
org.deidentifier.arx.algorithm.FLASHPhaseConfiguration
Packages, die FLASHPhaseConfiguration verwenden
Package
Beschreibung
This package provides implementations of search algorithms
-
Verwendungen von FLASHPhaseConfiguration in org.deidentifier.arx.algorithm
Methoden in org.deidentifier.arx.algorithm, die FLASHPhaseConfiguration zurückgebenModifizierer und TypMethodeBeschreibungFLASHConfiguration.getBinaryPhaseConfiguration()Getter.FLASHConfiguration.getLinearPhaseConfiguration()Getter.Methoden in org.deidentifier.arx.algorithm mit Parametern vom Typ FLASHPhaseConfigurationModifizierer und TypMethodeBeschreibungstatic FLASHConfigurationFLASHConfiguration.createBinaryPhaseConfiguration(FLASHPhaseConfiguration config, History.StorageStrategy storageStrategy, boolean pruneWithLowerBounds, boolean anonymityPropertyPredictable) Creates a binary-phase only configuration.static FLASHConfigurationFLASHConfiguration.createLinearPhaseConfiguration(FLASHPhaseConfiguration config, History.StorageStrategy storageStrategy, boolean pruneWithLowerBounds, boolean anonymityPropertyPredictable) Creates a linear-phase only configuration.static FLASHConfigurationFLASHConfiguration.createTwoPhaseConfiguration(FLASHPhaseConfiguration binaryPhaseConfiguration, FLASHPhaseConfiguration linearPhaseConfiguration, History.StorageStrategy storageStrategy, boolean pruneWithLowerBounds, boolean anonymityPropertyPredictable) Creates a two-phase configuration.