Uses of Class
kieker.analysis.generic.graph.clustering.BasicCostFunction
Packages that use BasicCostFunction
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.
-
Uses of BasicCostFunction in kieker.analysis.behavior.clustering
Subclasses of BasicCostFunction in kieker.analysis.behavior.clusteringModifier and TypeClassDescriptionclassSpecial cost function for user behavior. -
Uses of BasicCostFunction in kieker.analysis.generic.graph.clustering
Constructors in kieker.analysis.generic.graph.clustering with parameters of type BasicCostFunctionModifierConstructorDescriptionGraphEditDistance(BasicCostFunction<N, E> costFunction) This can be used, to set the node, edge and eventgroup insertion cost for the Graph Edit Distance Algorithm to the values in the configuration.