Uses of Interface
kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory.IEuclideanCoordinate
| 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 DistanceFunctionFactory.IEuclideanCoordinate in kieker.analysis.generic.clustering.mtree
Fields in kieker.analysis.generic.clustering.mtree with type parameters of type DistanceFunctionFactory.IEuclideanCoordinate Modifier and Type Field Description static IDistanceFunction<DistanceFunctionFactory.IEuclideanCoordinate>DistanceFunctionFactory. EUCLIDEANA distance function object that calculates the distance between two euclidean coordinates.Methods in kieker.analysis.generic.clustering.mtree with parameters of type DistanceFunctionFactory.IEuclideanCoordinate Modifier and Type Method Description static doubleDistanceFunctionFactory. euclidean(DistanceFunctionFactory.IEuclideanCoordinate coord1, DistanceFunctionFactory.IEuclideanCoordinate coord2)Calculates the distance between two euclidean coordinates.