Class NaiveParameterWeighting

java.lang.Object
kieker.analysis.behavior.clustering.NaiveParameterWeighting
All Implemented Interfaces:
IParameterWeighting

public class NaiveParameterWeighting
extends java.lang.Object
implements IParameterWeighting
Naive weighting for parameter. Essentially, it ignores them.
Since:
2.0.0
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    NaiveParameterWeighting()  
  • Method Summary

    Modifier and Type Method Description
    double getDuplicateCost​(java.lang.String[] parameterNames)  
    double getInsertCost​(java.lang.String[] parameterNames)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getInsertCost

      public double getInsertCost​(java.lang.String[] parameterNames)
      Specified by:
      getInsertCost in interface IParameterWeighting
      Parameters:
      parameterNames - The array of parameter names, an event has.
      Returns:
      The cost to insert the event with the given parameters
    • getDuplicateCost

      public double getDuplicateCost​(java.lang.String[] parameterNames)
      Specified by:
      getDuplicateCost in interface IParameterWeighting
      Parameters:
      parameterNames - The array of parameter names, an event has.
      Returns:
      The cost to duplicate the event with the given parameters