Uses of Class
kieker.analysis.generic.clustering.optics.OpticsData
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.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.
|
-
Uses of OpticsData in kieker.analysis.generic.clustering
Methods in kieker.analysis.generic.clustering that return types with arguments of type OpticsData Modifier and Type Method Description teetime.framework.InputPort<OpticsData<T>>
ClusteringCompositeStage. getInputPort()
Method parameters in kieker.analysis.generic.clustering with type arguments of type OpticsData Modifier and Type Method Description protected void
ExtractDBScanClustersStage. execute(java.util.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 OpticsData Modifier and Type Method Description java.util.List<OpticsData<T>>
OPTICS. calculate()
This calculates the OPTICS result.teetime.framework.InputPort<java.util.List<OpticsData<T>>>
OpticsStage. getModelsInputPort()
MTree<OpticsData<T>>
OPTICS. getMtree()
teetime.framework.InputPort<MTree<OpticsData<T>>>
OpticsStage. getMTreeInputPort()
teetime.framework.OutputPort<java.util.List<OpticsData<T>>>
OpticsStage. getOutputPort()
Methods in kieker.analysis.generic.clustering.optics with parameters of type OpticsData Modifier and Type Method Description double
OpticsData. distanceTo(OpticsData<T> model)
Constructor parameters in kieker.analysis.generic.clustering.optics with type arguments of type OpticsData Constructor Description OPTICS(MTree<OpticsData<T>> mtree, double maxDistance, int minPTs, java.util.List<OpticsData<T>> models)
OPTICS(MTree<OpticsData<T>> mtree, double maxDistance, int minPTs, java.util.List<OpticsData<T>> models)
-
Uses of OpticsData in kieker.analysis.generic.graph.clustering
Methods in kieker.analysis.generic.graph.clustering with parameters of type OpticsData Modifier and Type Method Description double
OPTICSDataGED. calculate(OpticsData<T> model1, OpticsData<T> model2)