Package | Description |
---|---|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.metric |
This package implements several metrics for information loss.
|
org.deidentifier.arx.metric.v2 |
Modifier and Type | Method and Description |
---|---|
MetricConfiguration |
Model.getMetricConfiguration()
Returns the configuration of the metric.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setMetricConfiguration(MetricConfiguration config)
Sets the metric configuration.
|
Modifier and Type | Method and Description |
---|---|
MetricConfiguration |
Metric.getConfiguration()
Returns the configuration of this metric.
|
Modifier and Type | Method and Description |
---|---|
abstract Metric<?> |
MetricDescription.createInstance(MetricConfiguration config)
Creates an instance with the given configuration options.
|
Modifier and Type | Method and Description |
---|---|
MetricConfiguration |
MetricSDNMDiscernability.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDDiscernability.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricSDAECS.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDStatic.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDPrecision.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMEntropyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMEntropyPotentiallyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUNMEntropy.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUEntropyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUEntropyPotentiallyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNUEntropy.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMPrecision.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMLossPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMLossPotentiallyPrecomputed.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDNMLoss.getConfiguration()
Returns the configuration of this metric.
|
MetricConfiguration |
MetricMDHeight.getConfiguration()
Returns the configuration of this metric.
|