Class DistanceCache


  • public class DistanceCache
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DistanceCache​(org.deckfour.xes.classification.XEventClassifier classifier, int logSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double get​(int indexA, org.deckfour.xes.model.XTrace traceA, int indexB, org.deckfour.xes.model.XTrace traceB)  
      • Methods inherited from class java.lang.Object

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

      • DistanceCache

        public DistanceCache​(org.deckfour.xes.classification.XEventClassifier classifier,
                             int logSize)
    • Method Detail

      • get

        public double get​(int indexA,
                          org.deckfour.xes.model.XTrace traceA,
                          int indexB,
                          org.deckfour.xes.model.XTrace traceB)