public class StatisticsEquivalenceClasses
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getAverageEquivalenceClassSize()
Returns the maximal size of an equivalence class.
|
int |
getMaximalEquivalenceClassSize()
Returns the maximal size of an equivalence class.
|
int |
getMinimalEquivalenceClassSize()
Returns the minimal size of an equivalence class.
|
int |
getNumberOfEquivalenceClasses()
Returns the number of equivalence classes in the currently selected data
representation.
|
int |
getNumberOfRecords()
Returns the number of tuples in the currently selected data
representation.
|
int |
getNumberOfRecordsIncludingSuppressedRecords()
Returns the number of tuples in the currently selected data
representation.
|
int |
getNumberOfSuppressedRecords()
Returns the number of outliers in the currently selected data
representation.
|
java.lang.String |
toString() |
public double getAverageEquivalenceClassSize()
public int getMaximalEquivalenceClassSize()
public int getMinimalEquivalenceClassSize()
public int getNumberOfEquivalenceClasses()
public int getNumberOfSuppressedRecords()
public int getNumberOfRecords()
public int getNumberOfRecordsIncludingSuppressedRecords()
public java.lang.String toString()
toString
in class java.lang.Object