Klasse MetricSDAECS

Alle implementierten Schnittstellen:
Serializable

public class MetricSDAECS extends AbstractMetricSingleDimensional
This class provides an implementation of the (normalized) average equivalence class size metric. We dont normailze the metric as proposed in the original publication [1], as this would only be possible for k-anonymity. [1] LeFevre K, DeWitt DJ, Ramakrishnan R. Mondrian Multidimensional K-Anonymity. IEEE; 2006:25-25.
Siehe auch:
  • Konstruktordetails

    • MetricSDAECS

      protected MetricSDAECS()
      Creates a new instance.
    • MetricSDAECS

      protected MetricSDAECS(double gsFactor)
      Creates a new instance.
      Parameter:
      gsFactor -
    • MetricSDAECS

      protected MetricSDAECS(int rowCount)
      Creates a new instance. Preinitialized
      Parameter:
      rowCount -
  • Methodendetails