Verwendungen von Klasse
org.deidentifier.arx.RowSet
Packages, die RowSet verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
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.gui.model
Methoden in org.deidentifier.arx.gui.model, die RowSet zurückgebenModifizierer und TypMethodeBeschreibungModelConfiguration.getResearchSubset()Returns the current research subset.Methoden in org.deidentifier.arx.gui.model mit Parametern vom Typ RowSetModifizierer und TypMethodeBeschreibungvoidModelConfiguration.setResearchSubset(RowSet subset) Sets the current research subset. -
Verwendungen von RowSet in org.deidentifier.arx.gui.view.impl.common
Methoden in org.deidentifier.arx.gui.view.impl.common mit Parametern vom Typ RowSetModifizierer und TypMethodeBeschreibungvoidComponentDataTable.setResearchSubset(RowSet researchSubset) Sets information about the research subset. -
Verwendungen von RowSet in org.deidentifier.arx.gui.view.impl.common.datatable
Methoden in org.deidentifier.arx.gui.view.impl.common.datatable, die RowSet zurückgebenMethoden in org.deidentifier.arx.gui.view.impl.common.datatable mit Parametern vom Typ 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(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.