Package | Description |
---|---|
org.deidentifier.arx |
This package provides the public API for the ARX anonymization framework.
|
org.deidentifier.arx.algorithm |
This package provides implementations of search algorithms
|
Modifier and Type | Method and Description |
---|---|
ARXProcessStatistics |
ARXResult.optimize(DataHandle handle,
double gsFactor,
ARXListener listener)
This method optimizes the given data output with local recoding to improve its utility
|
ARXProcessStatistics |
ARXResult.optimizeFast(DataHandle handle,
double records,
ARXListener listener)
This method optimizes the given data output with local recoding to improve its utility
|
ARXProcessStatistics |
ARXResult.optimizeFast(DataHandle handle,
double records,
double gsFactor,
ARXListener listener)
This method optimizes the given data output with local recoding to improve its utility
|
ARXProcessStatistics |
ARXResult.optimizeIterative(DataHandle handle,
double gsFactor,
int maxIterations,
double adaptionFactor,
ARXListener listener)
This method optimizes the given data output with local recoding to improve its utility
|
ARXProcessStatistics |
ARXResult.optimizeIterativeFast(DataHandle handle,
double records,
ARXListener listener)
This method optimizes the given data output with local recoding to improve its utility
|
ARXProcessStatistics |
ARXResult.optimizeIterativeFast(DataHandle handle,
double records,
double gsFactor,
ARXListener listener)
This method optimizes the given data output with local recoding to improve its utility
|
void |
ARXAnonymizer.setListener(ARXListener listener)
Sets a listener.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAlgorithm.setListener(ARXListener listener)
Sets a listener
|