Verwendungen von Klasse
org.deidentifier.arx.framework.check.TransformationResult
Packages, die TransformationResult verwenden
Package
Beschreibung
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
This package provides the internal generalization lattice
-
Verwendungen von TransformationResult in org.deidentifier.arx.framework.check
Felder in org.deidentifier.arx.framework.check, die deklariert sind als TransformationResultMethoden in org.deidentifier.arx.framework.check, die TransformationResult zurückgebenModifizierer und TypMethodeBeschreibungTransformationChecker.check(Transformation<?> node) Checks the given transformation, computes the utility if it fulfills the privacy modelTransformationChecker.check(Transformation<?> node, boolean forceMeasureInfoLoss, TransformationChecker.ScoreType scoreType) Checks the given transformationKonstruktoren in org.deidentifier.arx.framework.check mit Parametern vom Typ TransformationResultModifiziererKonstruktorBeschreibungTransformedData(Data bufferGH, Data bufferOT, TransformationResult properties) Instantiate the helper object. -
Verwendungen von TransformationResult in org.deidentifier.arx.framework.lattice
Methoden in org.deidentifier.arx.framework.lattice mit Parametern vom Typ TransformationResultModifizierer und TypMethodeBeschreibungvoidTransformation.setChecked(TransformationResult result) Sets the properties to the given node.