Klasse MetricSDNMEntropyBasedInformationLoss

Alle implementierten Schnittstellen:
Serializable

public class MetricSDNMEntropyBasedInformationLoss extends AbstractMetricSingleDimensional
This class implements a the entropy-based information loss model proposed in:
A Game Theoretic Framework for Analyzing Re-Identification Risk. Zhiyu Wan, Yevgeniy Vorobeychik, Weiyi Xia, Ellen Wright Clayton, Murat Kantarcioglu, Ranjit Ganta, Raymond Heatherly, Bradley A. Malin PLOS|ONE. 2015.
Siehe auch:
  • Konstruktordetails

    • MetricSDNMEntropyBasedInformationLoss

      public MetricSDNMEntropyBasedInformationLoss()
      Creates a new instance. Default constructor which treats all transformation methods equally.
    • MetricSDNMEntropyBasedInformationLoss

      public MetricSDNMEntropyBasedInformationLoss(double gsFactor)
      Creates a new instance.
      Parameter:
      gsFactor - A factor [0,1] weighting generalization and suppression. The default value is 0.5, which means that generalization and suppression will be treated equally. A factor of 0 will favor suppression, and a factor of 1 will favor generalization. The values in between can be used for balancing both methods.
  • Methodendetails