Package | Description |
---|---|
org.deidentifier.arx.metric |
This package implements several metrics for information loss.
|
org.deidentifier.arx.metric.v2 |
Modifier and Type | Class and Description |
---|---|
class |
InformationLossDefaultWithBound
Information loss with a potential lower bound.
|
Modifier and Type | Method and Description |
---|---|
InformationLossWithBound<T> |
Metric.getInformationLoss(org.deidentifier.arx.framework.lattice.Node node,
org.deidentifier.arx.framework.check.groupify.HashGroupify groupify)
Evaluates the metric for the given node.
|
InformationLossWithBound<T> |
Metric.getInformationLoss(org.deidentifier.arx.framework.lattice.Node node,
org.deidentifier.arx.framework.check.groupify.HashGroupifyEntry entry)
Returns the information loss that would be induced by suppressing the given entry.
|
Modifier and Type | Class and Description |
---|---|
class |
ILMultiDimensionalWithBound
Information loss with a potential lower bound.
|
class |
ILSingleDimensionalWithBound
Information loss with a potential lower bound.
|