Verwendungen von Klasse
org.deidentifier.arx.framework.data.Dictionary
Packages, die Dictionary verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
This package implements different hash-groupify operators.
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
-
Verwendungen von Dictionary in org.deidentifier.arx
Felder in org.deidentifier.arx, die deklariert sind als DictionaryModifizierer und TypFeldBeschreibungprotected DictionaryDataHandleInput.dictionaryThe dictionary. -
Verwendungen von Dictionary in org.deidentifier.arx.framework.check
Methoden in org.deidentifier.arx.framework.check mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungTransformationApplicator.applyTransformation(Transformation<?> transformation, Dictionary microaggregationDictionary) Applies the given transformation and returns the dataset -
Verwendungen von Dictionary in org.deidentifier.arx.framework.check.groupify
Methoden in org.deidentifier.arx.framework.check.groupify mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungHashGroupify.performMicroaggregation(DataAggregationInformation microaggregationData, Dictionary dictionary) Returns a data object with microaggregation performed -
Verwendungen von Dictionary in org.deidentifier.arx.framework.data
Methoden in org.deidentifier.arx.framework.data, die Dictionary zurückgebenMethoden in org.deidentifier.arx.framework.data mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungstatic DataData.createProjection(DataMatrix data, String[] header, int[] columns, Dictionary dictionary) Creates an object which projects the given data onto the given set of columnsstatic DataData.createWrapper(DataMatrix data, String[] header, int[] columns, Dictionary dictionary) Creates an object which simply encapsulates the provided objectsvoidDictionary.registerAll(int targetDimension, Dictionary dictionary, int sourceDimension) Merges this dictionary with another dictionary.Konstruktoren in org.deidentifier.arx.framework.data mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungDataManager(String[] header, DataMatrix data, Dictionary dictionary, DataDefinition definition, Map<String, DistributionAggregateFunction> functions, ARXConfiguration config) Creates a new data manager from pre-encoded data.Dictionary(Dictionary input, int[] columns) Instantiates a new dictionary by extracting a projection of the given dictionaryGeneralizationHierarchy(String name, String[][] hierarchy, int dimension, Dictionary dictionary) Creates a new generalization hierarchy.