Klasse QualityMeasureRowOriented

java.lang.Object
org.deidentifier.arx.aggregates.quality.QualityMeasureRowOriented

public class QualityMeasureRowOriented extends Object
A measure for the complete dataset. Results are reported in range [0, 1]. Higher is better.
  • Konstruktordetails

    • QualityMeasureRowOriented

      public QualityMeasureRowOriented()
      Creates an empty instance
    • QualityMeasureRowOriented

      public QualityMeasureRowOriented(double minimum, double result, double maximum)
      Creates a new instance
      Parameter:
      minimum -
      result -
      maximum -
  • Methodendetails

    • getValue

      public double getValue()
      Returns the normalized [0,1] value. Higher is better.
      Gibt zurück:
    • isAvailable

      public boolean isAvailable()
      Returns whether this value is available
      Gibt zurück: