Uses of Class
kieker.analysis.generic.graph.clustering.BasicCostFunction
Package | Description |
---|---|
kieker.analysis.behavior.clustering | |
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 BasicCostFunction in kieker.analysis.behavior.clustering
Subclasses of BasicCostFunction in kieker.analysis.behavior.clustering Modifier and Type Class Description class
UserBehaviorCostFunction
Special 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 BasicCostFunction Constructor Description GraphEditDistance(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.