Uses of Class
kieker.analysis.generic.clustering.mtree.ISplitFunction.SplitResult
Packages that use ISplitFunction.SplitResult
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.SplitResult in kieker.analysis.generic.clustering.mtree
Methods in kieker.analysis.generic.clustering.mtree that return ISplitFunction.SplitResultModifier and TypeMethodDescriptionComposedSplitFunction.process(Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) ISplitFunction.process(Set<T> dataSet, IDistanceFunction<? super T> distanceFunction) Processes the splitting of a node.