Uses of Class
kieker.analysis.generic.clustering.optics.OpticsData
Packages that use OpticsData
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 OpticsData in kieker.analysis.generic.clustering
Methods in kieker.analysis.generic.clustering that return types with arguments of type OpticsDataModifier and TypeMethodDescriptionteetime.framework.InputPort<OpticsData<T>>ClusteringCompositeStage.getInputPort()Method parameters in kieker.analysis.generic.clustering with type arguments of type OpticsDataModifier and TypeMethodDescriptionprotected voidExtractDBScanClustersStage.execute(List<OpticsData<T>> opticsResults) -
Uses of OpticsData in kieker.analysis.generic.clustering.optics
Methods in kieker.analysis.generic.clustering.optics that return types with arguments of type OpticsDataModifier and TypeMethodDescriptionList<OpticsData<T>>OPTICS.calculate()This calculates the OPTICS result.teetime.framework.InputPort<List<OpticsData<T>>>OpticsStage.getModelsInputPort()MTree<OpticsData<T>>OPTICS.getMtree()teetime.framework.InputPort<MTree<OpticsData<T>>>OpticsStage.getMTreeInputPort()teetime.framework.OutputPort<List<OpticsData<T>>>OpticsStage.getOutputPort()Methods in kieker.analysis.generic.clustering.optics with parameters of type OpticsDataConstructor parameters in kieker.analysis.generic.clustering.optics with type arguments of type OpticsDataModifierConstructorDescriptionOPTICS(MTree<OpticsData<T>> mtree, double maxDistance, int minPTs, List<OpticsData<T>> models) OPTICS(MTree<OpticsData<T>> mtree, double maxDistance, int minPTs, List<OpticsData<T>> models) -
Uses of OpticsData in kieker.analysis.generic.graph.clustering
Methods in kieker.analysis.generic.graph.clustering with parameters of type OpticsDataModifier and TypeMethodDescriptiondoubleOPTICSDataGED.calculate(OpticsData<T> model1, OpticsData<T> model2)