Uses of Interface
kieker.analysis.generic.clustering.mtree.IPartitionFunction
Package | Description |
---|---|
kieker.analysis.generic.clustering.mtree |
Copyright 2022 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 IPartitionFunction Modifier and Type Class Description class
BalancedPartitionFunction<T>
A 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 IPartitionFunction Constructor Description ComposedSplitFunction(IPromotionFunction<T> promotionFunction, IPartitionFunction<T> partitionFunction)