Uses of Class
kieker.analysis.generic.graph.clustering.OPTICSDataGED
Package | Description |
---|---|
kieker.analysis.behavior.clustering | |
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 |
-
Uses of OPTICSDataGED in kieker.analysis.behavior.clustering
Constructors in kieker.analysis.behavior.clustering with parameters of type OPTICSDataGED Constructor Description BehaviorModelToOpticsDataTransformation(OPTICSDataGED<com.google.common.graph.MutableNetwork<N,E>> opticsGed)
-
Uses of OPTICSDataGED in kieker.analysis.generic.clustering
Constructors in kieker.analysis.generic.clustering with parameters of type OPTICSDataGED Constructor Description ClusteringCompositeStage(double clusteringDistance, int minPts, java.lang.Integer maxAmount, OPTICSDataGED<T> distanceFunction)
-
Uses of OPTICSDataGED in kieker.analysis.generic.clustering.optics
Constructors in kieker.analysis.generic.clustering.optics with parameters of type OPTICSDataGED Constructor Description OpticsData(T data, OPTICSDataGED<T> ged)