Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.metric |
This package implements several metrics for information loss.
|
Modifier and Type | Method and Description |
---|---|
DataDefinition |
DataDefinition.clone() |
DataDefinition |
DataHandleStatistics.getDefinition()
Method
|
DataDefinition |
DataHandle.getDefinition()
Returns the data definition.
|
DataDefinition |
Data.getDefinition()
Returns the data definition.
|
Modifier and Type | Method and Description |
---|---|
void |
DataDefinition.read(DataDefinition other)
Reads all settings from the given definition
|
Constructor and Description |
---|
ARXResult(DataHandle handle,
DataDefinition definition,
ARXLattice lattice,
int historySize,
double snapshotSizeSnapshot,
double snapshotSizeDataset,
Metric<?> metric,
ARXConfiguration config,
ARXLattice.ARXNode optimum,
long time)
Internal constructor for deserialization.
|
Modifier and Type | Method and Description |
---|---|
void |
Metric.initialize(DataDefinition definition,
org.deidentifier.arx.framework.data.Data input,
org.deidentifier.arx.framework.data.GeneralizationHierarchy[] hierarchies,
ARXConfiguration config)
Initializes the metric.
|