java.lang.Object
kieker.analysis.generic.graph.clustering.BasicCostFunction<N,E>
- Type Parameters:
N- node typeE- edge type
- Direct Known Subclasses:
UserBehaviorCostFunction
Generic cost function implementation for graphs.
- Author:
- Reiner Jung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublecomputeEdgeInsertionCost(E edge) doublecomputeNodeInsertionCost(N node) doubleedgeAnnotationDistance(E edge1, E edge2) doublenodeAnnotationDistance(N node1, N node2)
-
Constructor Details
-
BasicCostFunction
public BasicCostFunction(double nodeInsertionCost, double edgeInsertionCost)
-
-
Method Details
-
computeNodeInsertionCost
-
computeEdgeInsertionCost
-
nodeAnnotationDistance
-
edgeAnnotationDistance
-