diff --git a/doc/api/index-files/index-12.html b/doc/api/index-files/index-12.html index 6bafe5cc4a..f74f1d9a10 100644 --- a/doc/api/index-files/index-12.html +++ b/doc/api/index-files/index-12.html @@ -135,7 +135,7 @@

M

MetricMDNMLoss - Class in org.deidentifier.arx.metric.v2
-
Normalized Domain Share.
+
This class implements a variant of the Loss metric.
MetricMDNMLoss() - Constructor for class org.deidentifier.arx.metric.v2.MetricMDNMLoss
@@ -151,12 +151,11 @@

M

MetricMDNMLossPotentiallyPrecomputed - Class in org.deidentifier.arx.metric.v2
-
This class provides an implementation of NDS - TODO: Add reference.
+
This class implements a variant of the Loss metric.
MetricMDNMLossPrecomputed - Class in org.deidentifier.arx.metric.v2
-
Normalized Domain Share.
+
This class implements a variant of the Loss metric.
MetricMDNMPrecision - Class in org.deidentifier.arx.metric.v2
diff --git a/doc/api/index-files/index-18.html b/doc/api/index-files/index-18.html index b54ff392fe..83f04c5c17 100644 --- a/doc/api/index-files/index-18.html +++ b/doc/api/index-files/index-18.html @@ -168,6 +168,10 @@

S

Sets properties about the attribute's domain.
+
setDomainMetadata(String[]) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased
+
+
Sets properties about the attribute's domain.
+
setDomainSize(int, int) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased
Sets properties about the attribute's domain.
diff --git a/doc/api/index-files/index-8.html b/doc/api/index-files/index-8.html index 4a10da1488..31ace657c1 100644 --- a/doc/api/index-files/index-8.html +++ b/doc/api/index-files/index-8.html @@ -198,7 +198,9 @@

H

using redaction.
HierarchyBuilderRedactionBased.Order - Enum in org.deidentifier.arx.aggregates
-
 
+
+
Order
+
A B C D E F G H I K L M N O P Q R S T V W _  diff --git a/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html b/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html index 5c771e5c89..d932409d40 100644 --- a/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html +++ b/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html @@ -109,6 +109,7 @@

Enum Hierarc
public static enum HierarchyBuilderRedactionBased.Order
 extends java.lang.Enum<HierarchyBuilderRedactionBased.Order>
+
Order
diff --git a/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html b/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html index 832652bf2b..11d6a23a94 100644 --- a/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html +++ b/doc/api/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html @@ -132,7 +132,9 @@

Nested Class Summary

static class  -HierarchyBuilderRedactionBased.Order  +HierarchyBuilderRedactionBased.Order +
Order
+ @@ -231,7 +231,7 @@

SUM

  • MAXIMUM

    public static final Metric.AggregateFunction MAXIMUM
    -
    TODO
    +
    Maximum
  • @@ -241,7 +241,7 @@

    MAXIMUM

  • ARITHMETIC_MEAN

    public static final Metric.AggregateFunction ARITHMETIC_MEAN
    -
    TODO
    +
    Arithmetic mean
  • @@ -251,7 +251,7 @@

    ARITHMETIC_MEAN

  • GEOMETRIC_MEAN

    public static final Metric.AggregateFunction GEOMETRIC_MEAN
    -
    TODO
    +
    Geometric mean: Zero (0) values are converted to one (1) for the calculation
  • @@ -261,7 +261,7 @@

    GEOMETRIC_MEAN

  • RANK

    public static final Metric.AggregateFunction RANK
    -
    TODO
    +
    Rank: Ordered list of values, compared lexicographically.
  • diff --git a/doc/api/org/deidentifier/arx/metric/class-use/Metric.html b/doc/api/org/deidentifier/arx/metric/class-use/Metric.html index 4878cdcb80..87b8f29d12 100644 --- a/doc/api/org/deidentifier/arx/metric/class-use/Metric.html +++ b/doc/api/org/deidentifier/arx/metric/class-use/Metric.html @@ -518,20 +518,19 @@

    Uses of class  MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html b/doc/api/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html index 9de65910e4..34d61dc152 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html +++ b/doc/api/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html @@ -116,7 +116,8 @@

    Class ILMultiDim
    public class ILMultiDimensionalGeometricMean
     extends AbstractILMultiDimensionalReduced
    This class implements an information loss which can be represented as a - decimal number per quasi-identifier.
    + decimal number per quasi-identifier. As an aggregate function, the geometric mean + is applied. Zero (0) values are converted to one (1) for the calculation.
    See Also:
    Serialized Form
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html b/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html index a7e63546cc..3fa9e9b753 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html +++ b/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html @@ -114,7 +114,7 @@

    Class MetricMDNMLoss


    public class MetricMDNMLoss
     extends AbstractMetricMultiDimensional
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    See Also:
    Serialized Form
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html b/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html index ea817f60df..9a8148f684 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html +++ b/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html @@ -115,7 +115,7 @@

    Class Metri
    public class MetricMDNMLossPotentiallyPrecomputed
     extends AbstractMetricMultiDimensionalPotentiallyPrecomputed
    -
    This class provides an implementation of NDS +
    This class implements a variant of the Loss metric. TODO: Add reference.
    See Also:
    Serialized Form
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html b/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html index 87ee1d7e4d..d6ef704c99 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html +++ b/doc/api/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html @@ -115,7 +115,8 @@

    Class MetricMDNMLossPr
    public class MetricMDNMLossPrecomputed
     extends MetricMDNMLoss
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric. + TODO: Add reference.
    See Also:
    Serialized Form
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html b/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html index 4d46beb141..8c225b893d 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html +++ b/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html @@ -109,20 +109,19 @@

    Uses of class  MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html b/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html index 0e4f979932..9095794fb3 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html +++ b/doc/api/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html @@ -96,8 +96,7 @@

    Uses of class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html b/doc/api/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html index 4f1b2fa47b..ceedb89e8d 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html +++ b/doc/api/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html @@ -96,7 +96,7 @@

    Uses of class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/package-summary.html b/doc/api/org/deidentifier/arx/metric/v2/package-summary.html index f8d4d5f5ad..0aa1c96531 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/package-summary.html +++ b/doc/api/org/deidentifier/arx/metric/v2/package-summary.html @@ -220,20 +220,19 @@

    Package org.deidentifier.arx.metric.v2 MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/api/org/deidentifier/arx/metric/v2/package-use.html b/doc/api/org/deidentifier/arx/metric/v2/package-use.html index 8af7332566..b5f13b19de 100644 --- a/doc/api/org/deidentifier/arx/metric/v2/package-use.html +++ b/doc/api/org/deidentifier/arx/metric/v2/package-use.html @@ -160,7 +160,7 @@

    Uses of MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/dev/index-all.html b/doc/dev/index-all.html index f33a082cd8..1dc9627fd2 100644 --- a/doc/dev/index-all.html +++ b/doc/dev/index-all.html @@ -3316,10 +3316,6 @@

    G

    Returns the maximum generalization for the attribute.
    -
    getMaximumGeneralizationLevels() - Method in class org.deidentifier.arx.framework.lattice.Lattice
    -
    -
    Returns the maximal levels for each quasi identifier.
    -
    getMaximumInformationLoss() - Method in class org.deidentifier.arx.ARXLattice.ARXNode
    Returns the maximal information loss.
    @@ -4154,7 +4150,9 @@

    H

    using redaction.
    HierarchyBuilderRedactionBased.Order - Enum in org.deidentifier.arx.aggregates
    -
     
    +
    +
    Order
    +
    hierarchyHeights - Variable in class org.deidentifier.arx.framework.data.DataManager
    The hierarchy heights for each QI.
    @@ -5119,7 +5117,7 @@

    L

    The class Lattice.
    -
    Lattice(Node[][], int[], int) - Constructor for class org.deidentifier.arx.framework.lattice.Lattice
    +
    Lattice(Node[][], int) - Constructor for class org.deidentifier.arx.framework.lattice.Lattice
    Initializes a lattice.
    @@ -5127,7 +5125,7 @@

    L

    The class LatticeBuilder.
    -
    LatticeBuilder(int[], int[], int[]) - Constructor for class org.deidentifier.arx.framework.lattice.LatticeBuilder
    +
    LatticeBuilder(int[], int[]) - Constructor for class org.deidentifier.arx.framework.lattice.LatticeBuilder
    Instantiates a new lattice builder.
    @@ -5317,7 +5315,7 @@

    M

    MetricMDNMLoss - Class in org.deidentifier.arx.metric.v2
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLoss() - Constructor for class org.deidentifier.arx.metric.v2.MetricMDNMLoss
    @@ -5333,8 +5331,7 @@

    M

    MetricMDNMLossPotentiallyPrecomputed - Class in org.deidentifier.arx.metric.v2
    -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPotentiallyPrecomputed(double) - Constructor for class org.deidentifier.arx.metric.v2.MetricMDNMLossPotentiallyPrecomputed
    @@ -5350,7 +5347,7 @@

    M

    MetricMDNMLossPrecomputed - Class in org.deidentifier.arx.metric.v2
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPrecomputed() - Constructor for class org.deidentifier.arx.metric.v2.MetricMDNMLossPrecomputed
    @@ -6441,6 +6438,10 @@

    S

    Sets properties about the attribute's domain.
    +
    setDomainMetadata(String[]) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased
    +
    +
    Sets properties about the attribute's domain.
    +
    setDomainSize(int, int) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased
    Sets properties about the attribute's domain.
    diff --git a/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html b/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html index be5ebb81dd..cceaf3bd8e 100644 --- a/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html +++ b/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html @@ -109,6 +109,7 @@

    Enum Hierarc
    public static enum HierarchyBuilderRedactionBased.Order
     extends java.lang.Enum<HierarchyBuilderRedactionBased.Order>
    +
    Order
    diff --git a/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html b/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html index ed9826e637..502d295ef1 100644 --- a/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html +++ b/doc/dev/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html @@ -132,7 +132,9 @@

    Nested Class Summary

    static class  -HierarchyBuilderRedactionBased.Order  +HierarchyBuilderRedactionBased.Order +
    Order
    + - - - -
      -
    • -

      getMaximumGeneralizationLevels

      -
      public int[] getMaximumGeneralizationLevels()
      -
      Returns the maximal levels for each quasi identifier.
      -
      Returns:
      -
    • -
    diff --git a/doc/dev/org/deidentifier/arx/framework/lattice/LatticeBuilder.html b/doc/dev/org/deidentifier/arx/framework/lattice/LatticeBuilder.html index f1045e5d16..faf3ceca21 100644 --- a/doc/dev/org/deidentifier/arx/framework/lattice/LatticeBuilder.html +++ b/doc/dev/org/deidentifier/arx/framework/lattice/LatticeBuilder.html @@ -115,9 +115,8 @@

    Constructor Summary

    Constructor and Description -LatticeBuilder(int[] maxLevels, - int[] minLevels, - int[] maxHeights) +LatticeBuilder(int[] maxLevels, + int[] minLevels)
    Instantiates a new lattice builder.
    @@ -164,15 +163,14 @@

    Methods inherited from class java.lang.Object

    Constructor Detail

    - +
    • LatticeBuilder

      public LatticeBuilder(int[] maxLevels,
      -              int[] minLevels,
      -              int[] maxHeights)
      + int[] minLevels)
      Instantiates a new lattice builder.
      Parameters:
      maxLevels - the maxlevels
      minLevels - the minlevels
      maxHeights -
    • diff --git a/doc/dev/org/deidentifier/arx/framework/lattice/class-use/Node.html b/doc/dev/org/deidentifier/arx/framework/lattice/class-use/Node.html index 9b730c27b2..05d1d0a0cf 100644 --- a/doc/dev/org/deidentifier/arx/framework/lattice/class-use/Node.html +++ b/doc/dev/org/deidentifier/arx/framework/lattice/class-use/Node.html @@ -460,8 +460,7 @@

      Uses of -Lattice(Node[][] levels, - int[] maxLevels, +Lattice(Node[][] levels, int numNodes)
      Initializes a lattice.
      diff --git a/doc/dev/org/deidentifier/arx/metric/Metric.AggregateFunction.html b/doc/dev/org/deidentifier/arx/metric/Metric.AggregateFunction.html index 2cab449376..f42597e130 100644 --- a/doc/dev/org/deidentifier/arx/metric/Metric.AggregateFunction.html +++ b/doc/dev/org/deidentifier/arx/metric/Metric.AggregateFunction.html @@ -130,27 +130,27 @@

      Enum Constant Summary

      ARITHMETIC_MEAN -
      TODO
      +
      Arithmetic mean
      GEOMETRIC_MEAN -
      TODO
      +
      Geometric mean: Zero (0) values are converted to one (1) for the calculation
      MAXIMUM -
      TODO
      +
      Maximum
      RANK -
      TODO
      +
      Rank: Ordered list of values, compared lexicographically.
      SUM -
      TODO
      +
      Sum
      @@ -221,7 +221,7 @@

      Enum Constant Detail

    • SUM

      public static final Metric.AggregateFunction SUM
      -
      TODO
      +
      Sum
    @@ -231,7 +231,7 @@

    SUM

  • MAXIMUM

    public static final Metric.AggregateFunction MAXIMUM
    -
    TODO
    +
    Maximum
  • @@ -241,7 +241,7 @@

    MAXIMUM

  • ARITHMETIC_MEAN

    public static final Metric.AggregateFunction ARITHMETIC_MEAN
    -
    TODO
    +
    Arithmetic mean
  • @@ -251,7 +251,7 @@

    ARITHMETIC_MEAN

  • GEOMETRIC_MEAN

    public static final Metric.AggregateFunction GEOMETRIC_MEAN
    -
    TODO
    +
    Geometric mean: Zero (0) values are converted to one (1) for the calculation
  • @@ -261,7 +261,7 @@

    GEOMETRIC_MEAN

  • RANK

    public static final Metric.AggregateFunction RANK
    -
    TODO
    +
    Rank: Ordered list of values, compared lexicographically.
  • diff --git a/doc/dev/org/deidentifier/arx/metric/class-use/Metric.html b/doc/dev/org/deidentifier/arx/metric/class-use/Metric.html index da76de5bc6..b6cd9ccab9 100644 --- a/doc/dev/org/deidentifier/arx/metric/class-use/Metric.html +++ b/doc/dev/org/deidentifier/arx/metric/class-use/Metric.html @@ -587,20 +587,19 @@

    Uses of class  MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html b/doc/dev/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html index c18e3e42f0..f4a2cf1723 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html @@ -116,7 +116,8 @@

    Class ILMultiDim
    public class ILMultiDimensionalGeometricMean
     extends AbstractILMultiDimensionalReduced
    This class implements an information loss which can be represented as a - decimal number per quasi-identifier.
    + decimal number per quasi-identifier. As an aggregate function, the geometric mean + is applied. Zero (0) values are converted to one (1) for the calculation.
    See Also:
    Serialized Form
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html b/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html index 519a0b83ac..cb76924f29 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html @@ -114,7 +114,7 @@

    Class MetricMDNMLoss


    public class MetricMDNMLoss
     extends AbstractMetricMultiDimensional
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    See Also:
    Serialized Form
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html b/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html index ec4b374403..159f047acd 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html @@ -115,7 +115,7 @@

    Class Metri
    public class MetricMDNMLossPotentiallyPrecomputed
     extends AbstractMetricMultiDimensionalPotentiallyPrecomputed
    -
    This class provides an implementation of NDS +
    This class implements a variant of the Loss metric. TODO: Add reference.
    See Also:
    Serialized Form
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html b/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html index eda2866e40..4387d51a94 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html @@ -115,7 +115,8 @@

    Class MetricMDNMLossPr
    public class MetricMDNMLossPrecomputed
     extends MetricMDNMLoss
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric. + TODO: Add reference.
    See Also:
    Serialized Form
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html b/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html index de21980418..43eaad23a5 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html @@ -109,20 +109,19 @@

    Uses of class  MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html b/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html index 5e821a7915..b7441bc9c6 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html @@ -96,8 +96,7 @@

    Uses of class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html b/doc/dev/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html index f950ea4b70..39e4a52c38 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html @@ -96,7 +96,7 @@

    Uses of class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/package-summary.html b/doc/dev/org/deidentifier/arx/metric/v2/package-summary.html index 44bc9778c4..901e033f5c 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/package-summary.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/package-summary.html @@ -220,20 +220,19 @@

    Package org.deidentifier.arx.metric.v2 MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/dev/org/deidentifier/arx/metric/v2/package-use.html b/doc/dev/org/deidentifier/arx/metric/v2/package-use.html index e35d0ccdcb..933975c511 100644 --- a/doc/dev/org/deidentifier/arx/metric/v2/package-use.html +++ b/doc/dev/org/deidentifier/arx/metric/v2/package-use.html @@ -176,7 +176,7 @@

    Uses of MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/gui/allclasses-frame.html b/doc/gui/allclasses-frame.html index 104edba218..0dd00aa321 100644 --- a/doc/gui/allclasses-frame.html +++ b/doc/gui/allclasses-frame.html @@ -91,6 +91,7 @@

    All Classes

  • DataTableGridLayerStack
  • DataTableHandleDataProvider
  • DataTableImagePainter
  • +
  • DataTableResizeColumnAction
  • DataTableRowHeaderConfiguration
  • DataTableSelectionLayer
  • DataTableViewportLayer
  • diff --git a/doc/gui/allclasses-noframe.html b/doc/gui/allclasses-noframe.html index e8b343eff5..cf8a33453c 100644 --- a/doc/gui/allclasses-noframe.html +++ b/doc/gui/allclasses-noframe.html @@ -91,6 +91,7 @@

    All Classes

  • DataTableGridLayerStack
  • DataTableHandleDataProvider
  • DataTableImagePainter
  • +
  • DataTableResizeColumnAction
  • DataTableRowHeaderConfiguration
  • DataTableSelectionLayer
  • DataTableViewportLayer
  • diff --git a/doc/gui/index-all.html b/doc/gui/index-all.html index 12d6eb3b33..6a969ebd26 100644 --- a/doc/gui/index-all.html +++ b/doc/gui/index-all.html @@ -2507,6 +2507,14 @@

    D

    Creates a new instance.
    +
    DataTableResizeColumnAction - Class in org.deidentifier.arx.gui.view.impl.common.datatable
    +
    +
    Resize column action that only fires for smaller datasets
    +
    +
    DataTableResizeColumnAction(IUniqueIndexLayer) - Constructor for class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableResizeColumnAction
    +
    +
    Construct
    +
    DataTableRowHeaderConfiguration - Class in org.deidentifier.arx.gui.view.impl.common.datatable
    A configuration for row headers in the data view.
    @@ -6072,7 +6080,9 @@

    H

    using redaction.

    HierarchyBuilderRedactionBased.Order - Enum in org.deidentifier.arx.aggregates
    -
     
    +
    +
    Order
    +
    HierarchyWizard<T> - Class in org.deidentifier.arx.gui.view.impl.wizard
    This class implements a wizard for generalization hierarchies.
    @@ -7819,7 +7829,7 @@

    M

    MetricMDNMLoss - Class in org.deidentifier.arx.metric.v2
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLoss() - Constructor for class org.deidentifier.arx.metric.v2.MetricMDNMLoss
    @@ -7835,8 +7845,7 @@

    M

    MetricMDNMLossPotentiallyPrecomputed - Class in org.deidentifier.arx.metric.v2
    -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPotentiallyPrecomputed(double) - Constructor for class org.deidentifier.arx.metric.v2.MetricMDNMLossPotentiallyPrecomputed
    @@ -7852,7 +7861,7 @@

    M

    MetricMDNMLossPrecomputed - Class in org.deidentifier.arx.metric.v2
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPrecomputed() - Constructor for class org.deidentifier.arx.metric.v2.MetricMDNMLossPrecomputed
    @@ -8508,7 +8517,7 @@

    P

    payload - Variable in class org.deidentifier.arx.gui.worker.io.XMLHandler
    -
    TODO
    +
    The payload
    performCancel() - Method in class org.deidentifier.arx.gui.view.impl.wizard.ImportWizard
    @@ -8910,6 +8919,8 @@

    R

    Implement the analysis here.
    +
    run(NatTable, MouseEvent) - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableResizeColumnAction
    +
     
    run(IProgressMonitor) - Method in class org.deidentifier.arx.gui.worker.WorkerAnonymize
     
    run(IProgressMonitor) - Method in class org.deidentifier.arx.gui.worker.WorkerExport
    @@ -9215,6 +9226,10 @@

    S

    Sets properties about the attribute's domain.
    +
    setDomainMetadata(String[]) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased
    +
    +
    Sets properties about the attribute's domain.
    +
    setDomainSize(int, int) - Method in class org.deidentifier.arx.aggregates.HierarchyBuilderRedactionBased
    Sets properties about the attribute's domain.
    @@ -10487,11 +10502,11 @@

    U

    update() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelGrouping
    -
    Update all UI components.
    +
    Update the model and all UI components.
    update(HierarchyWizard.HierarchyWizardView) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelGrouping
    -
    Update all UI components, apart from the sender.
    +
    Update the model and all UI components, apart from the sender.
    update() - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardPageBuilder
     
    @@ -10513,6 +10528,16 @@

    U

    Updates the page.
    +
    updateUI(HierarchyWizard.HierarchyWizardView) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelAbstract
    +
    +
    Updates all UI components apart from the sender
    +
    +
    updateUI(HierarchyWizard.HierarchyWizardView) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelGrouping
    +
    +
    Update the UI components.
    +
    +
    updateUI(HierarchyWizard.HierarchyWizardView) - Method in class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelRedaction
    +
     
    url - Variable in class org.deidentifier.arx.gui.view.impl.menu.DialogHelpConfig.Entry
    TODO
    diff --git a/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html b/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html index 50643d0f5e..246bcb524b 100644 --- a/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html +++ b/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.Order.html @@ -109,6 +109,7 @@

    Enum Hierarc
    public static enum HierarchyBuilderRedactionBased.Order
     extends java.lang.Enum<HierarchyBuilderRedactionBased.Order>
    +
    Order
    diff --git a/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html b/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html index 52f2953b1f..d3d7cc27f5 100644 --- a/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html +++ b/doc/gui/org/deidentifier/arx/aggregates/HierarchyBuilderRedactionBased.html @@ -132,7 +132,9 @@

    Nested Class Summary

    static class  -HierarchyBuilderRedactionBased.Order  +HierarchyBuilderRedactionBased.Order +
    Order
    +
      @@ -274,6 +276,12 @@

      Method Summary

      void +setDomainMetadata(java.lang.String[] data) +
      Sets properties about the attribute's domain.
      + + + +void setDomainSize(int domainSize, int maxValueLength)
      Sets properties about the attribute's domain.
      @@ -568,7 +576,7 @@

      setDomainAndAlphabetSize

      -
        +
        • setDomainSize

          public void setDomainSize(int domainSize,
          @@ -588,6 +596,19 @@ 

          setDomainSize

          Parameters:
          domainSize -
          maxValueLength -
        + + + +
          +
        • +

          setDomainMetadata

          +
          public void setDomainMetadata(java.lang.String[] data)
          +

          Sets properties about the attribute's domain. Currently, this information is only used for + evaluating information loss with the generalized loss metric for attributes with functional + redaction-based hierarchies.

          +
          Parameters:
          data -
          +
        • +
      diff --git a/doc/gui/org/deidentifier/arx/aggregates/package-summary.html b/doc/gui/org/deidentifier/arx/aggregates/package-summary.html index a5c69c95d1..5167451f86 100644 --- a/doc/gui/org/deidentifier/arx/aggregates/package-summary.html +++ b/doc/gui/org/deidentifier/arx/aggregates/package-summary.html @@ -252,7 +252,9 @@

      Package org.deidentifier.arx.aggregates HierarchyBuilderRedactionBased.Order -  + +
      Order
      + diff --git a/doc/gui/org/deidentifier/arx/aggregates/package-use.html b/doc/gui/org/deidentifier/arx/aggregates/package-use.html index 695da3c2a2..ab54f8ae02 100644 --- a/doc/gui/org/deidentifier/arx/aggregates/package-use.html +++ b/doc/gui/org/deidentifier/arx/aggregates/package-use.html @@ -221,7 +221,9 @@

      Uses o -HierarchyBuilderRedactionBased.Order  +HierarchyBuilderRedactionBased.Order +
      Order
      + StatisticsBuilderInterruptible @@ -326,7 +328,9 @@

      Uses o -HierarchyBuilderRedactionBased.Order  +HierarchyBuilderRedactionBased.Order +
      Order
      + diff --git a/doc/gui/org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html b/doc/gui/org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html index c7ac83b310..adaa99a6d3 100644 --- a/doc/gui/org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html +++ b/doc/gui/org/deidentifier/arx/gui/view/impl/common/datatable/DataTableImagePainter.html @@ -35,7 +35,7 @@

    diff --git a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorFunction.html b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorFunction.html index b25dc9cca4..5e61d4bd4c 100644 --- a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorFunction.html +++ b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardEditorFunction.html @@ -239,6 +239,28 @@

    HierarchyWizardEditorFunction

    Method Detail

    + + + +
      +
    • +

      getControl1

      +
      public org.eclipse.swt.widgets.Control getControl1()
      +
      Return control1.
      +
      Returns:
      +
    • +
    + + + +
      +
    • +

      getControl2

      +
      public org.eclipse.swt.widgets.Control getControl2()
      +
      Return control2.
      +
      Returns:
      +
    • +
    @@ -276,35 +298,13 @@

    setFunction

    -
      +
      • update

        public void update()
        Updates all editors.
      - - - -
        -
      • -

        getControl1

        -
        public org.eclipse.swt.widgets.Control getControl1()
        -
        Return control1.
        -
        Returns:
        -
      • -
      - - - -
        -
      • -

        getControl2

        -
        public org.eclipse.swt.widgets.Control getControl2()
        -
        Return control2.
        -
        Returns:
        -
      • -
    diff --git a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html index d6d060ae56..248333cee0 100644 --- a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html +++ b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelAbstract.html @@ -250,6 +250,12 @@

    Method Summary

    Updates the resulting hierarchy and the view.
    + +abstract void +updateUI(HierarchyWizard.HierarchyWizardView sender) +
    Updates all UI components apart from the sender
    + + + + + + -
      +
      • build

        protected abstract void build()
        Implement this to run the builder.
      + + + +
        +
      • +

        setVisible

        +
        protected void setVisible(boolean visible)
        +
        Set visible.
        +
        Parameters:
        visible -
        +
      • +
    diff --git a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html index 68789df25b..4dba167852 100644 --- a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html +++ b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelGrouping.html @@ -325,13 +325,19 @@

    Method Summary

    void update() -
    Update all UI components.
    +
    Update the model and all UI components.
    void update(HierarchyWizard.HierarchyWizardView sender) -
    Update all UI components, apart from the sender.
    +
    Update the model and all UI components, apart from the sender.
    + + + +void +updateUI(HierarchyWizard.HierarchyWizardView sender) +
    Update the UI components.
    @@ -652,7 +658,7 @@

    setSelectedElement

  • update

    public void update()
    -
    Update all UI components.
    +
    Update the model and all UI components.
    Overrides:
    update in class HierarchyWizardModelAbstract<T>
    @@ -662,14 +668,28 @@

    update

    -
  • diff --git a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html index e95c44d68e..83d0be707f 100644 --- a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html +++ b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/HierarchyWizardModelIntervals.html @@ -200,7 +200,7 @@

    Method Summary

    Methods inherited from class org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModelGrouping

    -addAfter, addBefore, addGroups, addInterval, addRight, getDataType, getDefaultFunction, getIntervals, getLowerRange, getModelGroups, getRenderer, getSelectedElement, getUpperRange, isFirst, isLast, isShowIntervals, mergeDown, mergeUp, parse, parse, register, remove, setDefaultFunction, setSelectedElement, update, update +addAfter, addBefore, addGroups, addInterval, addRight, getDataType, getDefaultFunction, getIntervals, getLowerRange, getModelGroups, getRenderer, getSelectedElement, getUpperRange, isFirst, isLast, isShowIntervals, mergeDown, mergeUp, parse, parse, register, remove, setDefaultFunction, setSelectedElement, update, update, updateUI - +
    • +

      performCancel

      +
      public boolean performCancel()
      +
      Cancel pressed.
      +
      +
      Specified by:
      +
      performCancel in interface org.eclipse.jface.wizard.IWizard
      +
      Overrides:
      +
      performCancel in class org.eclipse.jface.wizard.Wizard
      +
      Returns:
      +
    • +
    + + + +
      +
    • performFinish

      public boolean performFinish()
      Gets executed once the wizard is about to finish @@ -381,22 +397,6 @@

      performFinish

      Returns:
      See Also:
      #getResultingConfiguration()}
    - - - -
      -
    • -

      performCancel

      -
      public boolean performCancel()
      -
      Cancel pressed.
      -
      -
      Specified by:
      -
      performCancel in interface org.eclipse.jface.wizard.IWizard
      -
      Overrides:
      -
      performCancel in class org.eclipse.jface.wizard.Wizard
      -
      Returns:
      -
    • -
    diff --git a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/ImportWizardPageTable.html b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/ImportWizardPageTable.html index 958e009126..387767f314 100644 --- a/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/ImportWizardPageTable.html +++ b/doc/gui/org/deidentifier/arx/gui/view/impl/wizard/ImportWizardPageTable.html @@ -302,34 +302,34 @@

    setVisible

    Parameters:
    visible -
    - + - + diff --git a/doc/gui/org/deidentifier/arx/metric/Metric.AggregateFunction.html b/doc/gui/org/deidentifier/arx/metric/Metric.AggregateFunction.html index c51c806c78..20d1fd2754 100644 --- a/doc/gui/org/deidentifier/arx/metric/Metric.AggregateFunction.html +++ b/doc/gui/org/deidentifier/arx/metric/Metric.AggregateFunction.html @@ -130,27 +130,27 @@

    Enum Constant Summary

    ARITHMETIC_MEAN -
    TODO
    +
    Arithmetic mean
    GEOMETRIC_MEAN -
    TODO
    +
    Geometric mean: Zero (0) values are converted to one (1) for the calculation
    MAXIMUM -
    TODO
    +
    Maximum
    RANK -
    TODO
    +
    Rank: Ordered list of values, compared lexicographically.
    SUM -
    TODO
    +
    Sum
    @@ -221,7 +221,7 @@

    Enum Constant Detail

  • SUM

    public static final Metric.AggregateFunction SUM
    -
    TODO
    +
    Sum
  • @@ -231,7 +231,7 @@

    SUM

  • MAXIMUM

    public static final Metric.AggregateFunction MAXIMUM
    -
    TODO
    +
    Maximum
  • @@ -241,7 +241,7 @@

    MAXIMUM

  • ARITHMETIC_MEAN

    public static final Metric.AggregateFunction ARITHMETIC_MEAN
    -
    TODO
    +
    Arithmetic mean
  • @@ -251,7 +251,7 @@

    ARITHMETIC_MEAN

  • GEOMETRIC_MEAN

    public static final Metric.AggregateFunction GEOMETRIC_MEAN
    -
    TODO
    +
    Geometric mean: Zero (0) values are converted to one (1) for the calculation
  • @@ -261,7 +261,7 @@

    GEOMETRIC_MEAN

  • RANK

    public static final Metric.AggregateFunction RANK
    -
    TODO
    +
    Rank: Ordered list of values, compared lexicographically.
  • diff --git a/doc/gui/org/deidentifier/arx/metric/class-use/Metric.html b/doc/gui/org/deidentifier/arx/metric/class-use/Metric.html index b2a9967122..a20b90a9c9 100644 --- a/doc/gui/org/deidentifier/arx/metric/class-use/Metric.html +++ b/doc/gui/org/deidentifier/arx/metric/class-use/Metric.html @@ -563,20 +563,19 @@

    Uses of class  MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html b/doc/gui/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html index 5a75e47fd4..ca4d1ce9f1 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/ILMultiDimensionalGeometricMean.html @@ -116,7 +116,8 @@

    Class ILMultiDim
    public class ILMultiDimensionalGeometricMean
     extends AbstractILMultiDimensionalReduced
    This class implements an information loss which can be represented as a - decimal number per quasi-identifier.
    + decimal number per quasi-identifier. As an aggregate function, the geometric mean + is applied. Zero (0) values are converted to one (1) for the calculation.
    See Also:
    Serialized Form
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html b/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html index 6c391479c1..d8b2d3d4f9 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLoss.html @@ -114,7 +114,7 @@

    Class MetricMDNMLoss


    public class MetricMDNMLoss
     extends AbstractMetricMultiDimensional
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    See Also:
    Serialized Form
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html b/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html index b465ac9a3c..f4ea1967c3 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPotentiallyPrecomputed.html @@ -115,7 +115,7 @@

    Class Metri
    public class MetricMDNMLossPotentiallyPrecomputed
     extends AbstractMetricMultiDimensionalPotentiallyPrecomputed
    -
    This class provides an implementation of NDS +
    This class implements a variant of the Loss metric. TODO: Add reference.
    See Also:
    Serialized Form
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html b/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html index b4a17f048f..939d388f52 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/MetricMDNMLossPrecomputed.html @@ -115,7 +115,8 @@

    Class MetricMDNMLossPr
    public class MetricMDNMLossPrecomputed
     extends MetricMDNMLoss
    -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric. + TODO: Add reference.
    See Also:
    Serialized Form
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html b/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html index 88a2b0d64e..c29f357524 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensional.html @@ -109,20 +109,19 @@

    Uses of class  MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html b/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html index 6a3b72257e..5f88718b55 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/class-use/AbstractMetricMultiDimensionalPotentiallyPrecomputed.html @@ -96,8 +96,7 @@

    Uses of class  MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html b/doc/gui/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html index 07c28faf4d..2f84745645 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/class-use/MetricMDNMLoss.html @@ -96,7 +96,7 @@

    Uses of class  MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/package-summary.html b/doc/gui/org/deidentifier/arx/metric/v2/package-summary.html index 8231baf655..d6a1caa9d9 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/package-summary.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/package-summary.html @@ -220,20 +220,19 @@

    Package org.deidentifier.arx.metric.v2 MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPotentiallyPrecomputed -
    This class provides an implementation of NDS - TODO: Add reference.
    +
    This class implements a variant of the Loss metric.
    MetricMDNMLossPrecomputed -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/gui/org/deidentifier/arx/metric/v2/package-use.html b/doc/gui/org/deidentifier/arx/metric/v2/package-use.html index 4975b6c208..9acd3ffa2f 100644 --- a/doc/gui/org/deidentifier/arx/metric/v2/package-use.html +++ b/doc/gui/org/deidentifier/arx/metric/v2/package-use.html @@ -176,7 +176,7 @@

    Uses of MetricMDNMLoss -
    Normalized Domain Share.
    +
    This class implements a variant of the Loss metric.
    diff --git a/doc/gui/overview-tree.html b/doc/gui/overview-tree.html index 188f6a7744..731570f5b8 100644 --- a/doc/gui/overview-tree.html +++ b/doc/gui/overview-tree.html @@ -262,6 +262,7 @@

    Class Hierarchy

  • org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext
  • org.deidentifier.arx.gui.view.impl.common.datatable.DataTableDataProvider (implements org.eclipse.nebula.widgets.nattable.data.IDataProvider)
  • org.deidentifier.arx.gui.view.impl.common.datatable.DataTableHandleDataProvider (implements org.eclipse.nebula.widgets.nattable.data.IDataProvider)
  • +
  • org.deidentifier.arx.gui.view.impl.common.datatable.DataTableResizeColumnAction (implements org.eclipse.nebula.widgets.nattable.ui.action.IMouseAction)
  • org.deidentifier.arx.DataType<T> (implements java.util.Comparator<T>, java.io.Serializable)