Klasse MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed

Alle implementierten Schnittstellen:
Serializable

public class MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed extends AbstractMetricMultiDimensionalPotentiallyPrecomputed
This class provides an implementation of normalized non-uniform entropy. See:
A. De Waal and L. Willenborg: "Information loss through global recoding and local suppression" Netherlands Off Stat, vol. 14, pp. 17–20, 1999.
Siehe auch:
  • Konstruktordetails

    • MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed

      protected MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed(double threshold)
      Creates a new instance. The precomputed variant will be used if #distinctValues / #rows Ungültige Eingabe: "<"= threshold for all quasi-identifiers.
      Parameter:
      threshold -
    • MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed

      protected MetricMDNUNMNormalizedEntropyPotentiallyPrecomputed(double threshold, Metric.AggregateFunction function)
      Creates a new instance. The pre-computed variant will be used if #distinctValues / #rows Ungültige Eingabe: "<"= threshold for all quasi-identifiers.
      Parameter:
      threshold -
      function -
  • Methodendetails