Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.framework.data |
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
|
org.deidentifier.arx.metric.v2 |
Modifier and Type | Field and Description |
---|---|
protected RowSet |
DataSubset.set
The subset as a bitset.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSet.clone() |
static RowSet |
RowSet.create(Data data)
Creates a new instance
|
static RowSet |
RowSet.create(int length)
Creates a new instance
|
RowSet |
DataSubset.getSet()
Getter
|
Modifier and Type | Method and Description |
---|---|
static DataSubset |
DataSubset.create(Data data,
RowSet subset)
Creates a new subset from the given row set, from which a copy is created.
|
protected DataSubset |
DataSubset.getSubsetInstance(RowSet rowset)
Returns a new data subset, only containing those rows that are included in the subset
|
protected ARXConfiguration |
ARXConfiguration.getSubsetInstance(RowSet rowset,
double gsFactor)
Clones this config and projects everything onto the given subset.
|
Modifier and Type | Method and Description |
---|---|
DataManager |
DataManager.getSubsetInstance(RowSet rowset)
Returns an instance of this data manager, that is projected onto the given rowset
|
Data |
Data.getSubsetInstance(RowSet rowset)
Returns a new instance that is projected onto the given subset
|
Constructor and Description |
---|
Cardinalities(Data data,
RowSet subset,
GeneralizationHierarchy[] hierarchies)
Creates a new instance for the given data set.
|