Uses of Interface
kieker.analysis.generic.clustering.mtree.ISplitFunction
Packages that use ISplitFunction
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 ISplitFunction in kieker.analysis.generic.clustering.mtree
Classes in kieker.analysis.generic.clustering.mtree that implement ISplitFunctionModifier and TypeClassDescriptionclassMethods in kieker.analysis.generic.clustering.mtree that return ISplitFunctionConstructors in kieker.analysis.generic.clustering.mtree with parameters of type ISplitFunctionModifierConstructorDescriptionMTree(int minNodeCapacity, int maxNodeCapacity, IDistanceFunction<? super T> distanceFunction, ISplitFunction<T> existingSplitFunction) Constructs an M-Tree with the specified minimum and maximum node capacities and distance function.MTree(int minNodeCapacity, IDistanceFunction<? super T> distanceFunction, ISplitFunction<T> splitFunction) Constructs an M-Tree with the specified minimum node capacity and distance function.MTree(IDistanceFunction<? super T> distanceFunction, ISplitFunction<T> splitFunction) Constructs an M-Tree with the specified distance function.