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.
  • 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