Package org.deidentifier.arx.algorithm


package org.deidentifier.arx.algorithm
This package provides implementations of search algorithms
  • Klasse
    Beschreibung
    Abstract class for an algorithm, which provides some generic methods.
    This class implements the search algorithm used with data-dependent differential privacy as proposed in: Bild R, Kuhn KA, Prasser F.
    This class provides a static method for instantiating the FLASH algorithm.
    This class implements the FLASH algorithm.
    This class parameterizes a phase the interwoven two-phase Flash algorithm.
    This class parameterizes a phase the interwoven two-phase Flash algorithm.
    The main anonymity property.
    This class implements a total order on all transformations in the search space.
    Implementation of the genetic algorithm described in "Expanding Access to Large-Scale Genomic Data While Promoting Privacy: A Game Theoretic Approach" by Wan et al.
    Represents a subpopulation.
    Lightning algorithm as described in:

    Prasser, F., Bild, R., Eicher, J., Spengler, H., Kohlmayer, F., Ungültige Eingabe: "&" Kuhn, K.
    Top-down version of the lightning algorithm.