Package | Description |
---|---|
org.deidentifier.arx.metric |
Package providing access to quality models
|
org.deidentifier.arx.metric.v2 |
Main package implementing quality models
|
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(Transformation<?> node,
HashGroupify groupify)
Evaluates the metric for the given node.
|
InformationLossWithBound<T> |
Metric.getInformationLoss(Transformation<?> node,
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.
|