Package | Description |
---|---|
org.deidentifier.arx.gui.model | |
org.deidentifier.arx.metric |
This package implements several metrics for information loss.
|
Modifier and Type | Method and Description |
---|---|
MetricDescription |
Model.getMetricDescription()
Returns a description of the metric.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setMetricDescription(MetricDescription description)
Sets the description of the metric.
|
Modifier and Type | Method and Description |
---|---|
MetricDescription |
Metric.getDescription()
Returns a description of this metric.
|
protected static MetricDescription |
Metric.getDescription(Metric<?> metric)
Returns a description for the given metric, if there is any, null otherwise.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<MetricDescription> |
Metric.list()
Returns a list of all available metrics for information loss.
|