Verwendungen von Klasse
org.deidentifier.arx.algorithm.FLASHConfiguration
Packages, die FLASHConfiguration verwenden
Package
Beschreibung
This package provides implementations of search algorithms
-
Verwendungen von FLASHConfiguration in org.deidentifier.arx.algorithm
Felder in org.deidentifier.arx.algorithm, die deklariert sind als FLASHConfigurationModifizierer und TypFeldBeschreibungprotected final FLASHConfigurationFLASHAlgorithmImpl.configConfiguration for the algorithm's phases.Methoden in org.deidentifier.arx.algorithm, die FLASHConfiguration zurückgebenModifizierer 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.Konstruktoren in org.deidentifier.arx.algorithm mit Parametern vom Typ FLASHConfigurationModifiziererKonstruktorBeschreibungFLASHAlgorithmImpl(SolutionSpace<Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, FLASHConfiguration config, int timeLimit, int checkLimit) Creates a new instance.