Klasse TransformationApplicator

java.lang.Object
org.deidentifier.arx.framework.check.TransformationApplicator

public class TransformationApplicator extends Object
This class applies a transformation to the dataset.
  • Konstruktordetails

  • Methodendetails

    • applyTransformation

      public TransformedData applyTransformation(Transformation<?> transformation)
      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: