Class OPTICSDataGED<T>

java.lang.Object
kieker.analysis.generic.graph.clustering.OPTICSDataGED<T>
All Implemented Interfaces:
IDistanceFunction<OpticsData<T>>

public class OPTICSDataGED<T>
extends java.lang.Object
implements IDistanceFunction<OpticsData<T>>
  • Constructor Summary

    Constructors 
    Constructor Description
    OPTICSDataGED​(IDistanceFunction<T> distanceFunction)  
  • Method Summary

    Modifier and Type Method Description
    double calculate​(OpticsData<T> model1, OpticsData<T> model2)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait