Verwendungen von Klasse
org.deidentifier.arx.RowSet
Packages, die RowSet verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
Package providing access to quality models
Main package implementing quality models
-
Verwendungen von RowSet in org.deidentifier.arx
Felder in org.deidentifier.arx, die deklariert sind als RowSetMethoden in org.deidentifier.arx, die RowSet zurückgebenModifizierer und TypMethodeBeschreibungRowSet.clone()static RowSetRowSet.create(int length) Creates a new instancestatic RowSetCreates a new instanceDataSubset.getSet()GetterMethoden in org.deidentifier.arx mit Parametern vom Typ RowSetModifizierer und TypMethodeBeschreibungstatic DataSubsetCreates a new subset from the given row set, from which a copy is created.static DataSubsetCreates a new subset from the given row set, from which a copy is created.protected ARXConfigurationARXConfiguration.getInstanceForLocalRecoding(RowSet rowset, double gsFactor) Clones this config and projects everything onto the given subset.
- All privacy models will be cloned
- Subsets in d-presence will be projected accordingly
- Utility measures will be cloned
- Replaces estimated k-map with according k-anonymityprotected DataSubsetDataSubset.getSubsetInstance(RowSet rowset) Returns a new data subset, only containing those rows that are included in the subset -
Verwendungen von RowSet in org.deidentifier.arx.framework.data
Methoden in org.deidentifier.arx.framework.data mit Parametern vom Typ RowSetModifizierer und TypMethodeBeschreibungData.getSubsetInstance(RowSet rowset) Returns a new instance that is projected onto the given subsetDataManager.getSubsetInstance(RowSet rowset) Returns an instance of this data manager, that is projected onto the given rowset -
Verwendungen von RowSet in org.deidentifier.arx.metric
Methoden in org.deidentifier.arx.metric, die RowSet zurückgebenModifizierer und TypMethodeBeschreibungprotected RowSetMetric.getSubset(ARXConfiguration config) Returns the subset -
Verwendungen von RowSet in org.deidentifier.arx.metric.v2
Konstruktoren in org.deidentifier.arx.metric.v2 mit Parametern vom Typ RowSetModifiziererKonstruktorBeschreibungCardinalities(Data data, RowSet subset, GeneralizationHierarchy[] hierarchies) Creates a new instance for the given data set.