public class TransformationApplicator
extends java.lang.Object
Constructor and Description |
---|
TransformationApplicator(DataManager manager,
DataMatrix buffer,
Metric<?> metric,
ARXConfiguration.ARXConfigurationInternal config)
Creates a new transformation applicator instance.
|
Modifier and Type | Method and Description |
---|---|
TransformedData |
applyTransformation(Transformation<?> transformation)
Applies the given transformation and returns the dataset
|
TransformedData |
applyTransformation(Transformation<?> transformation,
Dictionary microaggregationDictionary)
Applies the given transformation and returns the dataset
|
public TransformationApplicator(DataManager manager, DataMatrix buffer, Metric<?> metric, ARXConfiguration.ARXConfigurationInternal config)
manager
- The managerbuffer
- The buffermetric
- The metricconfig
- The configurationpublic TransformedData applyTransformation(Transformation<?> transformation)
transformation
- public TransformedData applyTransformation(Transformation<?> transformation, Dictionary microaggregationDictionary)
transformation
- microaggregationDictionary
- A dictionary for microaggregated values