Verwendungen von Klasse
org.deidentifier.arx.aggregates.AggregateFunction
Packages, die AggregateFunction verwenden
Package
Beschreibung
This package provides methods for aggregating data:
(1) builders for generalization hierarchies,
(2) various methods for analyzing data quality and utility
-
Verwendungen von AggregateFunction in org.deidentifier.arx.aggregates
Unterklassen von AggregateFunction in org.deidentifier.arx.aggregatesModifizierer und TypKlasseBeschreibungstatic classAn aggregate function that has a parameter.static classAn aggregate function that returns the arithmetic mean, if it may be computed, "NULL" otherwise.static classAn aggregate function that returns the arithmetic mean of min Ungültige Eingabe: "&" max, if it may be computed, "NULL" otherwise.static classAn aggregate function that returns an interval consisting of the first and the last element following the predefined order .static classAn aggregate function that returns a common prefix.static classAn aggregate function that returns a constant value.static classAn aggregate function that returns the geometric mean, if it may be computed, "NULL" otherwise.static classAn aggregate function that returns the geometric mean of min Ungültige Eingabe: "&" max, if it may be computed, "NULL" otherwise.static classAn aggregate function that returns an interval [min, max] .static classAn aggregate function that returns a set of all data values.static classAn aggregate function that returns a set of the prefixes of the data values.Felder in org.deidentifier.arx.aggregates, die deklariert sind als AggregateFunctionModifizierer und TypFeldBeschreibungprotected AggregateFunction<T> HierarchyBuilderGroupingBased.functionThe default aggregate function, might be null.Methoden in org.deidentifier.arx.aggregates, die AggregateFunction zurückgebenModifizierer und TypMethodeBeschreibungfinal AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createArithmeticMeanFunction()An aggregate function that returns a the arithmetic mean, if it can be computed, NULL otherwise.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createArithmeticMeanOfBoundsFunction()An aggregate function that returns a the arithmetic mean of min Ungültige Eingabe: "&" max, if it can be computed, NULL otherwise.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createBoundsFunction()An aggregate function that returns an interval consisting of the first and the last element following the predefined order.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createConstantFunction(String value) An aggregate function that returns a constant value.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createGeometricMeanFunction()An aggregate function that returns a the geometric mean, if it can be computed, NULL otherwise.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createGeometricMeanOfBoundsFunction()An aggregate function that returns a the geometric mean of min Ungültige Eingabe: "&" max, if it can be computed, NULL otherwise.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createIntervalFunction()An aggregate function that returns an interval [min, max].final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createIntervalFunction(boolean lowerIncluded, boolean upperIncluded) An aggregate function that returns an interval [min, max].final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createPrefixFunction()An aggregate function that returns a common prefix.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createPrefixFunction(Character redaction) An aggregate function that returns a common prefix.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createSetFunction()An aggregate function that returns a set of all data values .final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createSetOfPrefixesFunction()An aggregate function that returns a set of the prefixes of the data values.final AggregateFunction<T> AggregateFunction.AggregateFunctionBuilder.createSetOfPrefixesFunction(int length) An aggregate function that returns a set of the prefixes of the data values.HierarchyBuilderGroupingBased.getDefaultFunction()Returns the default aggregate function.HierarchyBuilderGroupingBased.Group.getFunction()Returns the function.HierarchyBuilderIntervalBased.Interval.getFunction()Returns the function.Methoden in org.deidentifier.arx.aggregates mit Parametern vom Typ AggregateFunctionModifizierer und TypMethodeBeschreibungHierarchyBuilderGroupingBased.Level.addGroup(int size, AggregateFunction<U> function) Adds the given group with the given aggregate function.HierarchyBuilderIntervalBased.addInterval(T min, T max, AggregateFunction<T> function) Adds an interval.protected HierarchyBuilderOrderBased.CloseElementsHierarchyBuilderOrderBased.CloseElements.merge(List<HierarchyBuilderOrderBased<T>.CloseElements<T>> list, AggregateFunction<T> function) MethodvoidHierarchyBuilderGroupingBased.setAggregateFunction(AggregateFunction<T> function) Sets the default aggregate function to be used by all fanouts.Konstruktoren in org.deidentifier.arx.aggregates mit Parametern vom Typ AggregateFunctionModifiziererKonstruktorBeschreibungprotectedCloseElements(String[] values, AggregateFunction<T> function) Creates a new instance -
Verwendungen von AggregateFunction in org.deidentifier.arx.gui.view.impl.wizard
Felder in org.deidentifier.arx.gui.view.impl.wizard, die deklariert sind als AggregateFunctionModifizierer und TypFeldBeschreibungHierarchyWizardModelGrouping.HierarchyWizardGroupingGroup.functionVar.HierarchyWizardModelGrouping.HierarchyWizardGroupingInterval.functionFunctioMethoden in org.deidentifier.arx.gui.view.impl.wizard, die AggregateFunction zurückgebenModifizierer und TypMethodeBeschreibungHierarchyWizardEditorFunction.getDefaultFunction()Returns the default function.HierarchyWizardModelGrouping.getDefaultFunction()Returns the default aggregate function.Methoden in org.deidentifier.arx.gui.view.impl.wizard mit Parametern vom Typ AggregateFunctionModifizierer und TypMethodeBeschreibungbooleanHierarchyWizardEditorFunction.isDefaultFunction(AggregateFunction<T> function) Returns whether this is the default function.voidHierarchyWizardModelGrouping.setDefaultFunction(AggregateFunction<T> function) Sets the default aggregate function.voidHierarchyWizardEditor.setFunction(AggregateFunction<T> function) voidHierarchyWizardEditorFunction.IHierarchyFunctionEditorParent.setFunction(AggregateFunction<T> function) Sets the functionvoidHierarchyWizardEditorFunction.setFunction(AggregateFunction<T> function) Sets the function to display.voidHierarchyWizardEditorGroup.setFunction(AggregateFunction<T> function) voidHierarchyWizardEditorInterval.setFunction(AggregateFunction<T> function) Konstruktoren in org.deidentifier.arx.gui.view.impl.wizard mit Parametern vom Typ AggregateFunctionModifiziererKonstruktorBeschreibungHierarchyWizardGroupingGroup(int size, AggregateFunction<U> function) HierarchyWizardGroupingInterval(U min, U max, AggregateFunction<U> function)