Uses of Package
kieker.analysis.generic.clustering.mtree
Package | Description |
---|---|
kieker.analysis.generic.clustering |
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.
|
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.
|
kieker.analysis.generic.clustering.mtree.nodes |
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.
|
kieker.analysis.generic.clustering.mtree.query |
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.
|
kieker.analysis.generic.clustering.optics | |
kieker.analysis.generic.graph.clustering |
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.
|
-
Classes in kieker.analysis.generic.clustering.mtree used by kieker.analysis.generic.clustering Class Description IDistanceFunction An object that can calculate the distance between two data objects. -
Classes in kieker.analysis.generic.clustering.mtree used by kieker.analysis.generic.clustering.mtree Class Description DistanceFunctionFactory.IEuclideanCoordinate An interface to represent coordinates in Euclidean spaces.IDistanceFunction An object that can calculate the distance between two data objects.IPartitionFunction An object with partitions a set of data into two sub-sets.IPromotionFunction An object that chooses a pair from a set of data objects.ISplitFunction Defines an object to be used to split a node in an M-Tree.ISplitFunction.SplitResult An object used as the result for theISplitFunction.process(Set, IDistanceFunction)
method. -
Classes in kieker.analysis.generic.clustering.mtree used by kieker.analysis.generic.clustering.mtree.nodes Class Description ILeafness IRootness MTree The main class that implements the M-Tree. -
Classes in kieker.analysis.generic.clustering.mtree used by kieker.analysis.generic.clustering.mtree.query Class Description MTree The main class that implements the M-Tree. -
Classes in kieker.analysis.generic.clustering.mtree used by kieker.analysis.generic.clustering.optics Class Description MTree The main class that implements the M-Tree. -
Classes in kieker.analysis.generic.clustering.mtree used by kieker.analysis.generic.graph.clustering Class Description IDistanceFunction An object that can calculate the distance between two data objects.