From ea5ea48866f5832612364c3f8a4f080373a93944 Mon Sep 17 00:00:00 2001 From: Fabian Prasser Date: Sun, 29 Dec 2024 16:49:32 +0100 Subject: [PATCH] Merge branch 'master' of https://github.com/arx-deidentifier/arx.git --- .../check/distribution/DistributionAggregateFunction.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.java b/src/main/org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.java index f28c73a63..26f4b5825 100644 --- a/src/main/org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.java +++ b/src/main/org/deidentifier/arx/framework/check/distribution/DistributionAggregateFunction.java @@ -957,6 +957,14 @@ public boolean isTypePreserving() { return this.typePreserving; } + /** + * Returns whether this function ignores missing data + * @return + */ + public boolean isIgnoreMissingData() { + return this.ignoreMissingData; + } + /** * Adds all values from the distribution to the given descriptive statistics object * @param statistics