Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.gui.view.impl.common | |
org.deidentifier.arx.gui.view.impl.common.datatable | |
org.deidentifier.arx.metric |
This package implements several metrics for information loss.
|
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.
|
static DataSubset |
DataSubset.create(int rows,
RowSet subset)
Creates a new subset from the given row set, from which a copy is created.
|
protected ARXConfiguration |
ARXConfiguration.getInstanceForLocalRecoding(RowSet rowset,
double gsFactor)
Clones this config and projects everything onto the given subset.
|
protected DataSubset |
DataSubset.getSubsetInstance(RowSet rowset)
Returns a new data subset, only containing those rows that are included in the subset
|
Modifier and Type | Method and Description |
---|---|
RowSet |
ModelConfiguration.getResearchSubset()
Returns the current research subset.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelConfiguration.setResearchSubset(RowSet subset)
Sets the current research subset.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDataTable.setResearchSubset(RowSet researchSubset)
Sets information about the research subset.
|
Modifier and Type | Method and Description |
---|---|
RowSet |
DataTableContext.getRows()
Returns the research subset.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTableContext.setRows(RowSet rows)
Sets the research subset.
|
Modifier and Type | Method and Description |
---|---|
protected RowSet |
Metric.getSubset(ARXConfiguration config)
Returns the subset
|
Constructor and Description |
---|
Cardinalities(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.
|