Klasse MetricMDNMLossPotentiallyPrecomputed

Alle implementierten Schnittstellen:
Serializable

public class MetricMDNMLossPotentiallyPrecomputed extends AbstractMetricMultiDimensionalPotentiallyPrecomputed
This class implements a variant of the Loss metric. TODO: Add reference.
Siehe auch:
  • Konstruktordetails

    • MetricMDNMLossPotentiallyPrecomputed

      protected MetricMDNMLossPotentiallyPrecomputed(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 -
    • MetricMDNMLossPotentiallyPrecomputed

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

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