Verwendungen von Enum
org.deidentifier.arx.criteria.EntropyLDiversity.EntropyEstimator
Packages, die EntropyLDiversity.EntropyEstimator verwenden
Package
Beschreibung
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
-
Verwendungen von EntropyLDiversity.EntropyEstimator in org.deidentifier.arx.criteria
Methoden in org.deidentifier.arx.criteria, die EntropyLDiversity.EntropyEstimator zurückgebenModifizierer und TypMethodeBeschreibungEntropyLDiversity.getEstimator()Returns the entropy estimator used by this instanceGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static EntropyLDiversity.EntropyEstimator[]EntropyLDiversity.EntropyEstimator.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Konstruktoren in org.deidentifier.arx.criteria mit Parametern vom Typ EntropyLDiversity.EntropyEstimatorModifiziererKonstruktorBeschreibungEntropyLDiversity(String attribute, double l, EntropyLDiversity.EntropyEstimator estimator) Creates a new instance of the entropy-l-diversity privacy model, specifying the entropy estimator be to used.