Verwendungen von Klasse
org.deidentifier.arx.framework.lattice.Transformation
Packages, die Transformation verwenden
Package
Beschreibung
This package provides the public API for the ARX anonymization framework.
This package provides implementations of search algorithms
This package implements different variants of class-based privacy criteria,
such as k-anonymity, l-diversity, t-closeness and d-presence.
This package implements the core functionality of the ARX framework, i.e., a highly efficient check for k-anonymity
This package implements different hash-groupify operators.
This package implements the 'history' optimization.
This package provides the internal generalization lattice
Package providing access to quality models
Main package implementing quality models
-
Verwendungen von Transformation in org.deidentifier.arx
Konstruktoren in org.deidentifier.arx mit Parametern vom Typ TransformationModifiziererKonstruktorBeschreibungStep(Transformation<?> top, Transformation<?> optimum, boolean isOptimum, int numRecords) Creates a new instance -
Verwendungen von Transformation in org.deidentifier.arx.algorithm
Methoden in org.deidentifier.arx.algorithm, die Transformation zurückgebenModifizierer und TypMethodeBeschreibungprotected Transformation<?> LIGHTNINGAlgorithm.expand(PriorityQueue<Object> queue, Transformation<?> transformation, boolean up) Returns the successor with minimal information loss, if any, null otherwise.AbstractAlgorithm.getGlobalOptimum()Returns the global optimum.GeneticAlgorithmSubpopulation.getIndividual(int index) Gets the individual at index.Methoden in org.deidentifier.arx.algorithm, die Typen mit Argumenten vom Typ Transformation zurückgebenModifizierer und TypMethodeBeschreibungList<Transformation<?>> GeneticAlgorithmSubpopulation.getIndividuals()Return the list containing the individualsMethoden in org.deidentifier.arx.algorithm mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungvoidGeneticAlgorithmSubpopulation.addIndividual(Transformation<?> individual) Adds an individual to the subpopulation.protected voidLIGHTNINGAlgorithm.assureChecked(Transformation<?> transformation) Makes sure that the given TransformationUngültige Eingabe: "<"?protected voidAbstractAlgorithm.computeUtilityForMonotonicMetrics(Transformation<?> transformation) Determine information loss implied by the given transformation if it can be used for estimating minimum and maximum information loss for tagged nodes.protected Transformation<?> LIGHTNINGAlgorithm.expand(PriorityQueue<Object> queue, Transformation<?> transformation, boolean up) Returns the successor with minimal information loss, if any, null otherwise.protected booleanLIGHTNINGAlgorithm.prune(Transformation<?> transformation, boolean up) Returns whether we can prune this TransformationvoidGeneticAlgorithmSubpopulation.setIndividual(int index, Transformation<?> individual) Replaces the individual at a certain indexprotected voidAbstractAlgorithm.trackOptimum(Transformation<?> transformation) Keeps track of the global optimum. -
Verwendungen von Transformation in org.deidentifier.arx.criteria
Methoden in org.deidentifier.arx.criteria mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungbooleanBasicBLikeness.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanDDisclosurePrivacy.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanDistinctLDiversity.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanDPresence.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanEDDifferentialPrivacy.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanEnhancedBLikeness.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanEntropyLDiversity.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanEqualDistanceTCloseness.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanHierarchicalDistanceTCloseness.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanInclusion.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanKAnonymity.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanKMap.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanOrderedDistanceTCloseness.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) abstract booleanPrivacyCriterion.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) Implement this, to enforce the criterion.booleanProfitabilityJournalistNoAttack.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanProfitabilityProsecutor.isAnonymous(Transformation<?> transformation, HashGroupifyEntry entry) booleanProfitabilityProsecutorNoAttack.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanRecursiveCLDiversity.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) booleanSampleBasedCriterion.isAnonymous(Transformation<?> node, HashGroupifyEntry entry) Not supported by this type of criterion -
Verwendungen von Transformation in org.deidentifier.arx.framework.check
Methoden in org.deidentifier.arx.framework.check mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungTransformationApplicator.applyTransformation(Transformation<?> transformation) Applies the given transformation and returns the datasetTransformationApplicator.applyTransformation(Transformation<?> transformation, Dictionary microaggregationDictionary) Applies the given transformation and returns the datasetTransformationChecker.check(Transformation<?> node) Checks the given transformation, computes the utility if it fulfills the privacy modelTransformationChecker.check(Transformation<?> node, boolean forceMeasureInfoLoss, TransformationChecker.ScoreType scoreType) Checks the given transformation -
Verwendungen von Transformation in org.deidentifier.arx.framework.check.groupify
Methoden in org.deidentifier.arx.framework.check.groupify mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungvoidHashGroupify.stateAnalyze(Transformation<?> transformation, boolean force) Analyzes the current state -
Verwendungen von Transformation in org.deidentifier.arx.framework.check.history
Methoden in org.deidentifier.arx.framework.check.history mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungbooleanHistory.store(Transformation<?> transformation, HashGroupify groupify, int[] snapshot) Stores a snapshot in the buffer.Konstruktoren in org.deidentifier.arx.framework.check.history mit Parametern vom Typ TransformationModifiziererKonstruktorBeschreibungMRUCacheEntryMetadata(Transformation<?> transformation) Creates a new instance -
Verwendungen von Transformation in org.deidentifier.arx.framework.lattice
Unterklassen von Transformation in org.deidentifier.arx.framework.latticeModifizierer und TypKlasseBeschreibungclassThe class Transformation.classThe class Transformation.Methoden in org.deidentifier.arx.framework.lattice, die Transformation zurückgebenModifizierer und TypMethodeBeschreibungabstract Transformation<T> SolutionSpace.getBottom()Returns the bottom transformationTransformation<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> SolutionSpaceIntArray.getBottom()Returns the bottom transformationSolutionSpaceLong.getBottom()Returns the bottom transformationabstract Transformation<T> SolutionSpace.getTop()Returns the top-transformationTransformation<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> SolutionSpaceIntArray.getTop()Returns the top-transformationSolutionSpaceLong.getTop()Returns the top-transformationabstract Transformation<T> SolutionSpace.getTransformation(int[] transformation) Returns a wrapper object with access to all properties about the transformationabstract Transformation<T> SolutionSpace.getTransformation(Object _identifier) Returns the transformation with the given identifierTransformation<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> SolutionSpaceIntArray.getTransformation(int[] transformation) Returns a wrapper object with access to all properties about the transformationTransformation<org.deidentifier.arx.framework.lattice.SolutionSpaceIntArray.IntArrayWrapper> SolutionSpaceIntArray.getTransformation(Object _identifier) Returns the transformation with the given identifierSolutionSpaceLong.getTransformation(int[] transformation) Returns a wrapper object with access to all properties about the transformationSolutionSpaceLong.getTransformation(Object _identifier) Returns the transformation with the given identifierMethoden in org.deidentifier.arx.framework.lattice mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungvoidDependentAction.action(Transformation<?> transformation) Implements the action to be performed.abstract booleanDependentAction.appliesTo(Transformation<?> transformation) Determines whether the trigger action should be performed.booleanDependentAction.NodeActionConstant.appliesTo(Transformation<?> transformation) booleanDependentAction.NodeActionInverse.appliesTo(Transformation<?> transformation) final voidDependentAction.apply(Transformation<?> transformation) Applies the trigger to the given transformation. -
Verwendungen von Transformation in org.deidentifier.arx.metric
Methoden in org.deidentifier.arx.metric mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungfinal InformationLossWithBound<T> Metric.getInformationLoss(Transformation<?> node, HashGroupify groupify) Evaluates the metric for the given node.final InformationLossWithBound<T> Metric.getInformationLoss(Transformation<?> node, HashGroupifyEntry entry) Returns the information loss that would be induced by suppressing the given entry.protected abstract InformationLossWithBound<T> Metric.getInformationLossInternal(Transformation<?> node, HashGroupify groupify) Evaluates the metric for the given node.protected abstract InformationLossWithBound<T> Metric.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) Returns the information loss that would be induced by suppressing the given entry.protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricAECS.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricAECS.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricDM.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricDM.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricDMStar.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricDMStar.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricEntropy.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricEntropy.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricHeight.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricHeight.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricNMEntropy.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricNMPrecision.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricNMPrecision.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricPrecision.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricPrecision.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricStatic.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected InformationLossWithBound<org.deidentifier.arx.metric.InformationLossDefault> MetricStatic.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) Metric.getLowerBound(Transformation<?> node) Returns a lower bound for the information loss for the given node.Metric.getLowerBound(Transformation<?> node, HashGroupify groupify) Returns a lower bound for the information loss for the given node.protected abstract TMetric.getLowerBoundInternal(Transformation<?> node) Returns a lower bound for the information loss for the given node.protected abstract TMetric.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) Returns a lower bound for the information loss for the given node.protected org.deidentifier.arx.metric.InformationLossDefaultMetricAECS.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricAECS.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricDefault.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricDefault.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricDM.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricDM.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricDMStar.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricDMStar.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricEntropy.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricEntropy.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricHeight.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricHeight.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricNMEntropy.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricNMEntropy.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricNMPrecision.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricNMPrecision.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricPrecision.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricPrecision.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected org.deidentifier.arx.metric.InformationLossDefaultMetricStatic.getLowerBoundInternal(Transformation<?> node) protected org.deidentifier.arx.metric.InformationLossDefaultMetricStatic.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected TMetricWeighted.getLowerBoundInternal(Transformation<?> node) protected TMetricWeighted.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) Metric.getScore(Transformation<?> node, HashGroupify groupify) Calculates the score. -
Verwendungen von Transformation in org.deidentifier.arx.metric.v2
Methoden in org.deidentifier.arx.metric.v2 mit Parametern vom Typ TransformationModifizierer und TypMethodeBeschreibungstatic doubleMetricSDNMEntropyBasedInformationLoss.getEntropyBasedInformationLoss(Transformation<?> transformation, HashGroupifyEntry entry, DomainShare[] shares, DataAggregationInformation aggregation, double maxIL) Implements the entropy-based IL model.AbstractMetricMultiDimensionalPotentiallyPrecomputed.getInformationLossInternal(Transformation<?> node, HashGroupify groupify) AbstractMetricMultiDimensionalPotentiallyPrecomputed.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILMultiDimensionalWithBoundMetricMDHeight.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDHeight.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILMultiDimensionalWithBoundMetricMDNMLoss.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDNMLoss.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILMultiDimensionalWithBoundMetricMDNMPrecision.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDNMPrecision.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILMultiDimensionalWithBoundMetricMDNUEntropyPrecomputed.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDNUEntropyPrecomputed.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILMultiDimensionalWithBoundMetricMDNUNMEntropyPrecomputed.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDNUNMNormalizedEntropyPrecomputed.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDNUNMNormalizedEntropyPrecomputed.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILMultiDimensionalWithBoundMetricMDPrecision.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDStatic.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILMultiDimensionalWithBoundMetricMDStatic.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILSingleDimensionalWithBoundMetricSDAECS.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalWithBoundMetricSDAECS.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILSingleDimensionalWithBoundMetricSDClassification.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalWithBoundMetricSDClassification.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry m) protected ILSingleDimensionalWithBoundMetricSDDiscernability.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalWithBoundMetricSDNMAmbiguity.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalWithBoundMetricSDNMAmbiguity.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILSingleDimensionalWithBoundMetricSDNMDiscernability.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalWithBoundMetricSDNMDiscernability.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILSingleDimensionalWithBoundMetricSDNMEntropyBasedInformationLoss.getInformationLossInternal(Transformation<?> transformation, HashGroupify g) protected InformationLossWithBound<ILSingleDimensional> MetricSDNMEntropyBasedInformationLoss.getInformationLossInternal(Transformation<?> transformation, HashGroupifyEntry entry) protected ILSingleDimensionalWithBoundMetricSDNMKLDivergence.getInformationLossInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalWithBoundMetricSDNMKLDivergence.getInformationLossInternal(Transformation<?> node, HashGroupifyEntry entry) protected ILSingleDimensionalWithBoundMetricSDNMPublisherPayout.getInformationLossInternal(Transformation<?> transformation, HashGroupify groupify) protected InformationLossWithBound<ILSingleDimensional> MetricSDNMPublisherPayout.getInformationLossInternal(Transformation<?> transformation, HashGroupifyEntry entry) protected double[]MetricMDNUEntropyPrecomputed.getInformationLossInternalRaw(Transformation<?> node, HashGroupify g) protected AbstractILMultiDimensionalAbstractMetricMultiDimensionalPotentiallyPrecomputed.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalAbstractMetricMultiDimensionalPotentiallyPrecomputed.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected AbstractILMultiDimensionalMetricMDHeight.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDHeight.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected AbstractILMultiDimensionalMetricMDNMLoss.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNMLoss.getLowerBoundInternal(Transformation<?> node, HashGroupify g) protected AbstractILMultiDimensionalMetricMDNMLossPrecomputed.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNMLossPrecomputed.getLowerBoundInternal(Transformation<?> node, HashGroupify g) protected AbstractILMultiDimensionalMetricMDNMPrecision.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNMPrecision.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected AbstractILMultiDimensionalMetricMDNUEntropy.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNUEntropyPrecomputed.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNUEntropyPrecomputed.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected AbstractILMultiDimensionalMetricMDNUNMEntropy.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNUNMEntropyPrecomputed.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNUNMEntropyPrecomputed.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected AbstractILMultiDimensionalMetricMDNUNMNormalizedEntropy.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNUNMNormalizedEntropyPrecomputed.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDNUNMNormalizedEntropyPrecomputed.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected AbstractILMultiDimensionalMetricMDStatic.getLowerBoundInternal(Transformation<?> node) protected AbstractILMultiDimensionalMetricMDStatic.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected ILSingleDimensionalMetricSDAECS.getLowerBoundInternal(Transformation<?> node) protected ILSingleDimensionalMetricSDAECS.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected ILSingleDimensionalMetricSDClassification.getLowerBoundInternal(Transformation<?> node) protected ILSingleDimensionalMetricSDClassification.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected ILSingleDimensionalMetricSDNMAmbiguity.getLowerBoundInternal(Transformation<?> node) protected ILSingleDimensionalMetricSDNMAmbiguity.getLowerBoundInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalMetricSDNMDiscernability.getLowerBoundInternal(Transformation<?> node) protected ILSingleDimensionalMetricSDNMDiscernability.getLowerBoundInternal(Transformation<?> node, HashGroupify groupify) protected ILSingleDimensionalMetricSDNMEntropyBasedInformationLoss.getLowerBoundInternal(Transformation<?> transformation) protected ILSingleDimensionalMetricSDNMEntropyBasedInformationLoss.getLowerBoundInternal(Transformation<?> transformation, HashGroupify groupify) protected ILSingleDimensionalMetricSDNMKLDivergence.getLowerBoundInternal(Transformation<?> node) protected ILSingleDimensionalMetricSDNMKLDivergence.getLowerBoundInternal(Transformation<?> node, HashGroupify g) protected ILSingleDimensionalMetricSDNMPublisherPayout.getLowerBoundInternal(Transformation<?> transformation) protected ILSingleDimensionalMetricSDNMPublisherPayout.getLowerBoundInternal(Transformation<?> transformation, HashGroupify groupify) AbstractMetricMultiDimensionalPotentiallyPrecomputed.getScore(Transformation<?> node, HashGroupify groupify) MetricMDNMLoss.getScore(Transformation<?> node, HashGroupify groupify) MetricMDNMPrecision.getScore(Transformation<?> node, HashGroupify groupify) MetricMDNUEntropyPrecomputed.getScore(Transformation<?> node, HashGroupify groupify) MetricSDAECS.getScore(Transformation<?> node, HashGroupify groupify) MetricSDClassification.getScore(Transformation<?> node, HashGroupify groupify) MetricSDNMDiscernability.getScore(Transformation<?> node, HashGroupify groupify)