Klasse StatisticsContingencyTable.Entry

java.lang.Object
org.deidentifier.arx.aggregates.StatisticsContingencyTable.Entry
Umschließende Klasse:
StatisticsContingencyTable

public static class StatisticsContingencyTable.Entry extends Object
An entry in the contingency table.
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    double
    Associated frequency.
    int
    Index of the value from the first column.
    int
    Index of the value from the second column.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
     
    int
     

    Von Klasse geerbte Methoden java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • value1

      public int value1
      Index of the value from the first column.
    • value2

      public int value2
      Index of the value from the second column.
    • frequency

      public double frequency
      Associated frequency.
  • Methodendetails

    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object