Klasse TransformationApplicator
java.lang.Object
org.deidentifier.arx.framework.check.TransformationApplicator
This class applies a transformation to the dataset.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTransformationApplicator(DataManager manager, DataMatrix buffer, Metric<?> metric, ARXConfiguration.ARXConfigurationInternal config) Creates a new transformation applicator instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapplyTransformation(Transformation<?> transformation) Applies the given transformation and returns the datasetapplyTransformation(Transformation<?> transformation, Dictionary microaggregationDictionary) Applies the given transformation and returns the dataset
-
Konstruktordetails
-
TransformationApplicator
public TransformationApplicator(DataManager manager, DataMatrix buffer, Metric<?> metric, ARXConfiguration.ARXConfigurationInternal config) Creates a new transformation applicator instance.- Parameter:
manager- The managerbuffer- The buffermetric- The metricconfig- The configuration
-
-
Methodendetails
-
applyTransformation
Applies the given transformation and returns the dataset- Parameter:
transformation-- Gibt zurück:
-
applyTransformation
public TransformedData applyTransformation(Transformation<?> transformation, Dictionary microaggregationDictionary) Applies the given transformation and returns the dataset- Parameter:
transformation-microaggregationDictionary- A dictionary for microaggregated values- Gibt zurück:
-