Verwendungen von Klasse
org.deidentifier.arx.framework.check.TransformationChecker
Packages, die TransformationChecker verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package provides implementations of search algorithms
-
Verwendungen von TransformationChecker in org.deidentifier.arx
Konstruktoren in org.deidentifier.arx mit Parametern vom Typ TransformationCheckerModifiziererKonstruktorBeschreibungprotectedARXResult(ARXAnonymizer anonymizer, org.deidentifier.arx.DataRegistry registry, DataManager manager, TransformationChecker checker, DataDefinition definition, ARXConfiguration config, ARXLattice lattice, long duration, SolutionSpace<?> solutionSpace, boolean optimumFound) Creates a new instance. -
Verwendungen von TransformationChecker in org.deidentifier.arx.algorithm
Felder in org.deidentifier.arx.algorithm, die deklariert sind als TransformationCheckerModifizierer und TypFeldBeschreibungprotected TransformationCheckerAbstractAlgorithm.checkerA node checker.Methoden in org.deidentifier.arx.algorithm mit Parametern vom Typ TransformationCheckerModifizierer und TypMethodeBeschreibungstatic AbstractAlgorithmDataDependentEDDPAlgorithm.create(SolutionSpace<?> solutionSpace, TransformationChecker checker, boolean deterministic, int expansionLimit, double epsilonSearch, int timeLimit, int stepLimit) Creates a new instancestatic AbstractAlgorithmFLASHAlgorithm.create(SolutionSpace<Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, int timeLimit, int checkLimit) Creates a new instance of the FLASH algorithm.static AbstractAlgorithmGeneticAlgorithm.create(SolutionSpace<?> solutionSpace, TransformationChecker checker, int heuristicSearchStepLimit, double geneticAlgorithmCrossoverFraction, boolean geneticAlgorithmDeterministic, double geneticAlgorithmEliteFraction, double geneticAlgorithmImmigrationFraction, int geneticAlgorithmImmigrationInterval, double geneticAlgorithmMutationProbability, int geneticAlgorithmSubpopulationSize, double geneticAlgorithmpProductionFraction, int timeLimit, int checkLimit) Returns a new instancestatic AbstractAlgorithmLIGHTNINGAlgorithm.create(SolutionSpace<?> solutionSpace, TransformationChecker checker, int timeLimit, int checkLimit) Creates a new instancestatic AbstractAlgorithmLIGHTNINGTopDownAlgorithm.create(SolutionSpace<?> solutionSpace, TransformationChecker checker, int timeLimit, int checkLimit) Creates a new instanceKonstruktoren in org.deidentifier.arx.algorithm mit Parametern vom Typ TransformationCheckerModifiziererKonstruktorBeschreibungprotectedAbstractAlgorithm(SolutionSpace<?> solutionSpace, TransformationChecker checker, int timeLimit, int checkLimit) Initializes the algorithmFLASHAlgorithmImpl(SolutionSpace<Long> solutionSpace, TransformationChecker checker, FLASHStrategy strategy, FLASHConfiguration config, int timeLimit, int checkLimit) Creates a new instance.GeneticAlgorithm(SolutionSpace<?> solutionSpace, TransformationChecker checker, int geneticAlgorithmIterations, double geneticAlgorithmCrossoverFraction, boolean geneticAlgorithmDeterministic, double geneticAlgorithmEliteFraction, double geneticAlgorithmImmigrationFraction, int geneticAlgorithmImmigrationInterval, double geneticAlgorithmMutationProbability, int geneticAlgorithmSubpopulationSize, double geneticAlgorithmpProductionFraction, int timeLimit, int checkLimit) Creates a new instanceprotectedLIGHTNINGAlgorithm(SolutionSpace<?> space, TransformationChecker checker, int timeLimit, int checkLimit) Constructor