Class TemporalModel


  • public class TemporalModel
    extends java.lang.Object
    • Field Detail

      • START_CLASS

        public static final org.deckfour.xes.classification.XEventClass START_CLASS
    • Method Detail

      • init

        public void init​(org.deckfour.xes.model.XLog log,
                         org.deckfour.xes.info.XLogInfo info)
      • getRelativePositionInTrace

        public double getRelativePositionInTrace​(TemporalNode node)
        Average distance of the event from the start node.
        Parameters:
        node -
        Returns:
        value between 0 and 1
      • getNodes

        public java.util.Map<org.deckfour.xes.classification.XEventClass,​TemporalNode> getNodes()
      • getSmoothingFactor

        public double getSmoothingFactor()