Uses of Interface
kieker.analysis.generic.clustering.mtree.IPromotionFunction
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 IPromotionFunction in kieker.analysis.generic.clustering.mtree
Classes in kieker.analysis.generic.clustering.mtree that implement IPromotionFunction Modifier and Type Class Description class
RandomPromotionFunction<T>
A promotion function object that randomly chooses ("promotes") two data objects.Constructors in kieker.analysis.generic.clustering.mtree with parameters of type IPromotionFunction Constructor Description ComposedSplitFunction(IPromotionFunction<T> promotionFunction, IPartitionFunction<T> partitionFunction)