Klasse QualityMeasure

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

public abstract class QualityMeasure extends Object
Base class for quality measures. Results are reported in range [0, 1]. Higher is better.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    QualityMeasure(boolean rowOriented)
    Creates a new instance
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    abstract boolean
    Returns whether this measure is available
    abstract boolean
    Returns whether this measure is available for the given column
    boolean
    Returns whether this is a column-oriented measure
    boolean
    Returns whether this is a row-oriented measure

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • QualityMeasure

      public QualityMeasure(boolean rowOriented)
      Creates a new instance
      Parameter:
      rowOriented -
  • Methodendetails

    • isAvailable

      public abstract boolean isAvailable()
      Returns whether this measure is available
      Gibt zurück:
    • isAvailable

      public abstract boolean isAvailable(String column)
      Returns whether this measure is available for the given column
      Parameter:
      column -
      Gibt zurück:
    • isColumnOriented

      public boolean isColumnOriented()
      Returns whether this is a column-oriented measure
      Gibt zurück:
    • isRowOriented

      public boolean isRowOriented()
      Returns whether this is a row-oriented measure
      Gibt zurück: