Uses of Interface
kieker.analysis.generic.clustering.mtree.IPromotionFunction
Packages that use IPromotionFunction
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.
-
Uses of IPromotionFunction in kieker.analysis.generic.clustering.mtree
Classes in kieker.analysis.generic.clustering.mtree that implement IPromotionFunctionModifier and TypeClassDescriptionclassA promotion function object that randomly chooses ("promotes") two data objects.Constructors in kieker.analysis.generic.clustering.mtree with parameters of type IPromotionFunctionModifierConstructorDescriptionComposedSplitFunction(IPromotionFunction<T> promotionFunction, IPartitionFunction<T> partitionFunction)