Package org.deidentifier.arx.aggregates
Klasse StatisticsContingencyTable
java.lang.Object
org.deidentifier.arx.aggregates.StatisticsContingencyTable
A contingency table.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classAn entry in the contingency table. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungfinal intThe total number of entries in the contingency table.An iterator over the elements in the contingency table.final doubleMaximal frequency in the contingency table.final String[]The data values from the first column, sorted.final String[]The data values from the second column, sorted. -
Methodenübersicht
-
Felddetails
-
values1
The data values from the first column, sorted. -
values2
The data values from the second column, sorted. -
count
public final int countThe total number of entries in the contingency table. -
maxFrequency
public final double maxFrequencyMaximal frequency in the contingency table. -
iterator
An iterator over the elements in the contingency table.
-