Uses of Interface
kieker.analysis.generic.clustering.mtree.DistanceFunctionFactory.IEuclideanCoordinate
Packages that use DistanceFunctionFactory.IEuclideanCoordinate
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 DistanceFunctionFactory.IEuclideanCoordinate in kieker.analysis.generic.clustering.mtree
Fields in kieker.analysis.generic.clustering.mtree with type parameters of type DistanceFunctionFactory.IEuclideanCoordinateModifier and TypeFieldDescriptionDistanceFunctionFactory.EUCLIDEANA distance function object that calculates the distance between two euclidean coordinates.Methods in kieker.analysis.generic.clustering.mtree with parameters of type DistanceFunctionFactory.IEuclideanCoordinateModifier and TypeMethodDescriptionstatic doubleDistanceFunctionFactory.euclidean(DistanceFunctionFactory.IEuclideanCoordinate coord1, DistanceFunctionFactory.IEuclideanCoordinate coord2) Calculates the distance between two euclidean coordinates.