Verwendungen von Klasse
org.deidentifier.arx.framework.check.distribution.DistributionAggregateFunction
Packages, die DistributionAggregateFunction verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package implements means for efficiently maintaining distributions of values
for each equivalence class
This package implements data management, i.e., encoding and representing input data, output data and generalization
hierarchies
Main package implementing quality models
-
Verwendungen von DistributionAggregateFunction in org.deidentifier.arx
Methoden in org.deidentifier.arx, die DistributionAggregateFunction zurückgebenModifizierer und TypMethodeBeschreibungAttributeType.MicroAggregationFunction.getFunction()Returns the aggregate function. -
Verwendungen von DistributionAggregateFunction in org.deidentifier.arx.framework.check.distribution
Unterklassen von DistributionAggregateFunction in org.deidentifier.arx.framework.check.distributionModifizierer und TypKlasseBeschreibungstatic classThis class calculates the arithmetic mean for a given distribution.static classThis class calculates the geometric mean for a given distribution.static classThis class calculates the mode for a given distribution.static classThis class calculates the median for a given distribution.static classThis class calculates the mode for a given distribution.static classThis class calculates the mode for a given distribution falling back to drawing from multiple values that would qualify as mode using the provided distributionstatic classThis class calculates a set for a given distribution.Methoden in org.deidentifier.arx.framework.check.distribution, die DistributionAggregateFunction zurückgebenModifizierer und TypMethodeBeschreibungabstract DistributionAggregateFunctionDistributionAggregateFunction.clone()Clones this function -
Verwendungen von DistributionAggregateFunction in org.deidentifier.arx.framework.data
Methoden in org.deidentifier.arx.framework.data, die DistributionAggregateFunction zurückgebenModifizierer und TypMethodeBeschreibungDataAggregationInformation.getColdQIsFunctions()DataAggregationInformation.getHotQIsGeneralizedFunctions()DataAggregationInformation.getHotQIsNotGeneralizedFunctions()DataAggregationInformation.getMicroaggregationFunctions()Returns the distribution aggregate functions for all microaggregated valuesKonstruktorparameter in org.deidentifier.arx.framework.data mit Typargumenten vom Typ DistributionAggregateFunctionModifiziererKonstruktorBeschreibungDataAggregationInformation(Data data, Map<String, DistributionAggregateFunction> functions, DataDefinition definition, Set<String> setOfHotQIsNotGeneralized, Set<String> setOfHotQIsGeneralized, Set<String> setOfColdQIs) Creates a new instanceDataManager(String[] header, DataMatrix data, Dictionary dictionary, DataDefinition definition, Map<String, DistributionAggregateFunction> functions, ARXConfiguration config) Creates a new data manager from pre-encoded data. -
Verwendungen von DistributionAggregateFunction in org.deidentifier.arx.metric.v2
Methoden in org.deidentifier.arx.metric.v2, die DistributionAggregateFunction zurückgebenModifizierer und TypMethodeBeschreibungprotected DistributionAggregateFunction[]AbstractMetricMultiDimensional.getAggregationFunctionsGeneralized()Returns relevant aggregation functionsprotected DistributionAggregateFunction[]AbstractMetricSingleDimensional.getAggregationFunctionsGeneralized()Returns relevant aggregation functionsprotected DistributionAggregateFunction[]AbstractMetricMultiDimensional.getAggregationFunctionsNonGeneralized()Returns relevant aggregation functionsprotected DistributionAggregateFunction[]AbstractMetricSingleDimensional.getAggregationFunctionsNonGeneralized()Returns relevant aggregation functions