Uses of Class
kieker.analysis.generic.clustering.mtree.query.Query
Packages that use Query
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.
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 Query in kieker.analysis.generic.clustering.mtree
Methods in kieker.analysis.generic.clustering.mtree that return QueryModifier and TypeMethodDescriptionMTree.getNearest(T queryData) Performs a nearest-neighbor query on the M-Tree, without constraints.MTree.getNearest(T queryData, double range, int limit) Performs a nearest-neighbor query on the M-Tree, constrained by distance and/or the number of neighbors.MTree.getNearestByLimit(T queryData, int limit) Performs a nearest-neighbors query on the M-Tree, constrained by the number of neighbors.MTree.getNearestByRange(T queryData, double range) Performs a nearest-neighbors query on the M-Tree, constrained by distance. -
Uses of Query in kieker.analysis.generic.clustering.mtree.query
Constructors in kieker.analysis.generic.clustering.mtree.query with parameters of type Query