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(Node node,
HashGroupify groupify)
Evaluates the metric for the given node.
|
InformationLossWithBound<T> |
Metric.getInformationLoss(Node node,
HashGroupifyEntry entry)
Returns the information loss that would be induced by suppressing the given entry.
|
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricStatic.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricPrecision.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricNMPrecision.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricNMEntropy.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricHeight.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricEntropy.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricDMStar.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricDM.getInformationLossInternal(Node node,
HashGroupify g) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricAECS.getInformationLossInternal(Node node,
HashGroupify g) |
protected abstract InformationLossWithBound<T> |
Metric.getInformationLossInternal(Node node,
HashGroupify groupify)
Evaluates the metric for the given node.
|
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricStatic.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricPrecision.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricNMPrecision.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricHeight.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricEntropy.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricDMStar.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricDM.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> |
MetricAECS.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |
protected abstract InformationLossWithBound<T> |
Metric.getInformationLossInternal(Node 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.
|
Modifier and Type | Method and Description |
---|---|
protected InformationLossWithBound<AbstractILMultiDimensional> |
AbstractMetricMultiDimensionalPotentiallyPrecomputed.getInformationLossInternal(Node node,
HashGroupify groupify) |
protected InformationLossWithBound<AbstractILMultiDimensional> |
AbstractMetricMultiDimensionalPotentiallyPrecomputed.getInformationLossInternal(Node node,
HashGroupifyEntry entry) |