Package org.deidentifier.arx.aggregates
Klasse StatisticsEquivalenceClasses
java.lang.Object
org.deidentifier.arx.aggregates.StatisticsEquivalenceClasses
Statistics about the equivalence classes.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdoubleReturns the maximal size of an equivalence class.intReturns the maximal size of an equivalence class.intReturns the minimal size of an equivalence class.intReturns the number of equivalence classes in the currently selected data representation.intReturns the number of tuples in the currently selected data representation.intReturns the number of tuples in the currently selected data representation.intReturns the number of outliers in the currently selected data representation.toString()
-
Methodendetails
-
getAverageEquivalenceClassSize
public double getAverageEquivalenceClassSize()Returns the maximal size of an equivalence class.- Gibt zurück:
-
getMaximalEquivalenceClassSize
public int getMaximalEquivalenceClassSize()Returns the maximal size of an equivalence class.- Gibt zurück:
-
getMinimalEquivalenceClassSize
public int getMinimalEquivalenceClassSize()Returns the minimal size of an equivalence class.- Gibt zurück:
-
getNumberOfEquivalenceClasses
public int getNumberOfEquivalenceClasses()Returns the number of equivalence classes in the currently selected data representation.- Gibt zurück:
-
getNumberOfSuppressedRecords
public int getNumberOfSuppressedRecords()Returns the number of outliers in the currently selected data representation.- Gibt zurück:
-
getNumberOfRecords
public int getNumberOfRecords()Returns the number of tuples in the currently selected data representation.- Gibt zurück:
-
getNumberOfRecordsIncludingSuppressedRecords
public int getNumberOfRecordsIncludingSuppressedRecords()Returns the number of tuples in the currently selected data representation.- Gibt zurück:
-
toString
-