Uses of Class
kieker.analysis.generic.clustering.mtree.utils.Pair
Packages that use Pair
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of Pair in kieker.analysis.generic.clustering.mtree
Methods in kieker.analysis.generic.clustering.mtree that return PairModifier and TypeMethodDescriptionISplitFunction.SplitResult.getPartitions()ISplitFunction.SplitResult.getPromoted()BalancedPartitionFunction.process(Pair<T> promoted, Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) Processes the balanced partition.IPartitionFunction.process(Pair<T> promoted, Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) Executes the partitioning.IPromotionFunction.process(Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) Chooses (promotes) a pair of objects according to some criteria that is suitable for the application using the M-Tree.RandomPromotionFunction.process(Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) Methods in kieker.analysis.generic.clustering.mtree with parameters of type PairModifier and TypeMethodDescriptionBalancedPartitionFunction.process(Pair<T> promoted, Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) Processes the balanced partition.IPartitionFunction.process(Pair<T> promoted, Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) Executes the partitioning.Constructors in kieker.analysis.generic.clustering.mtree with parameters of type Pair -
Uses of Pair in kieker.analysis.generic.clustering.mtree.nodes
Methods in kieker.analysis.generic.clustering.mtree.nodes that return Pair -
Uses of Pair in kieker.analysis.generic.clustering.mtree.utils
Methods in kieker.analysis.generic.clustering.mtree.utils that return PairModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
Pair<T>Identifies the minimum and maximum elements from an iterable, according to the natural ordering of the elements.