Klasse Cardinalities

java.lang.Object
org.deidentifier.arx.metric.v2.Cardinalities
Alle implementierten Schnittstellen:
Serializable

public class Cardinalities extends Object implements 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

    Konstruktoren
    Konstruktor
    Beschreibung
    Cardinalities(int[][][] cardinalities)
    For backwards compatibility, derives the cardinalities from the given array.
    Cardinalities(org.deidentifier.arx.framework.data.Data data, RowSet subset, org.deidentifier.arx.framework.data.GeneralizationHierarchy[] hierarchies)
    Creates a new instance for the given data set.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int[][][]
    Returns the cardinalities of the given value.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • Cardinalities

      public Cardinalities(org.deidentifier.arx.framework.data.Data data, RowSet subset, org.deidentifier.arx.framework.data.GeneralizationHierarchy[] hierarchies)
      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: