Package org.deidentifier.arx.metric.v2
Klasse Cardinalities
java.lang.Object
org.deidentifier.arx.metric.v2.Cardinalities
- Alle implementierten Schnittstellen:
Serializable
This class represents cardinalities.
TODO: This class can potentially be merged with DomainShare
TODO: It is not yet sure, which of both mechanisms performs better
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCardinalities(int[][][] cardinalities) For backwards compatibility, derives the cardinalities from the given array.Cardinalities(Data data, RowSet subset, GeneralizationHierarchy[] hierarchies) Creates a new instance for the given data set. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint[][][]Returns the cardinalities of the given value.
-
Konstruktordetails
-
Cardinalities
Creates a new instance for the given data set.- Parameter:
data-subset-hierarchies-
-
Cardinalities
public Cardinalities(int[][][] cardinalities) For backwards compatibility, derives the cardinalities from the given array.- Parameter:
cardinalities-
-
-
Methodendetails
-
getCardinalities
public int[][][] getCardinalities()Returns the cardinalities of the given value.- Gibt zurück:
-