Package | Description |
---|---|
org.deidentifier.arx.metric |
This package implements several metrics for information loss.
|
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.
|