Uses of Class
kieker.analysis.generic.clustering.mtree.ISplitFunction.SplitResult
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 ISplitFunction.SplitResult in kieker.analysis.generic.clustering.mtree
Methods in kieker.analysis.generic.clustering.mtree that return ISplitFunction.SplitResult Modifier and Type Method Description ISplitFunction.SplitResult<T>
ComposedSplitFunction. process(java.util.Set<T> dataSet, IDistanceFunction<? super T> distanceFunction)
ISplitFunction.SplitResult<T>
ISplitFunction. process(java.util.Set<T> dataSet, IDistanceFunction<? super T> distanceFunction)
Processes the splitting of a node.