Class AlignmentEstimator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.processmining.models.graphbased.directed.petrinet.StochasticNet estimateWeights​(org.processmining.acceptingpetrinet.models.AcceptingPetriNet inputNet, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)  
      void estimateWeights​(org.processmining.models.graphbased.directed.petrinet.StochasticNet net)  
      java.lang.String getReadableID()  
      java.lang.String getShortID()  
      • Methods inherited from class java.lang.Object

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

      • AlignmentEstimator

        public AlignmentEstimator()
    • Method Detail

      • estimateWeights

        public void estimateWeights​(org.processmining.models.graphbased.directed.petrinet.StochasticNet net)
        Specified by:
        estimateWeights in interface WeightEstimator
      • estimateWeights

        public org.processmining.models.graphbased.directed.petrinet.StochasticNet estimateWeights​(org.processmining.acceptingpetrinet.models.AcceptingPetriNet inputNet,
                                                                                                   org.deckfour.xes.model.XLog log,
                                                                                                   org.deckfour.xes.classification.XEventClassifier classifier)
        Specified by:
        estimateWeights in interface LogSourcedWeightEstimator