Uses of Interface
kieker.analysis.generic.clustering.mtree.IPartitionFunction
Packages that use IPartitionFunction
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 IPartitionFunction in kieker.analysis.generic.clustering.mtree
Classes in kieker.analysis.generic.clustering.mtree that implement IPartitionFunctionModifier and TypeClassDescriptionfinal classA partition function that tries to distribute the data objects equally between the promoted data objects, associating to each promoted data objects the nearest data objects.Constructors in kieker.analysis.generic.clustering.mtree with parameters of type IPartitionFunctionModifierConstructorDescriptionComposedSplitFunction(IPromotionFunction<T> promotionFunction, IPartitionFunction<T> partitionFunction)