Class NaiveParameterWeighting
java.lang.Object
kieker.analysis.behavior.clustering.NaiveParameterWeighting
- All Implemented Interfaces:
IParameterWeighting
Naive weighting for parameter. Essentially, it ignores them.
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetDuplicateCost(String[] parameterNames) doublegetInsertCost(String[] parameterNames)
-
Constructor Details
-
NaiveParameterWeighting
public NaiveParameterWeighting()
-
-
Method Details
-
getInsertCost
- Specified by:
getInsertCostin interfaceIParameterWeighting- Parameters:
parameterNames- The array of parameter names, an event has.- Returns:
- The cost to insert the event with the given parameters
-
getDuplicateCost
- Specified by:
getDuplicateCostin interfaceIParameterWeighting- Parameters:
parameterNames- The array of parameter names, an event has.- Returns:
- The cost to duplicate the event with the given parameters
-