Class EntropicRelevanceCLI


  • public class EntropicRelevanceCLI
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Double getTraceProbability​(org.processmining.models.graphbased.directed.petrinet.StochasticNet net, java.util.List<java.lang.String> trace)  
      static double log2​(double d)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • EntropicRelevanceCLI

        public EntropicRelevanceCLI()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getTraceProbability

        public static java.lang.Double getTraceProbability​(org.processmining.models.graphbased.directed.petrinet.StochasticNet net,
                                                           java.util.List<java.lang.String> trace)
                                                    throws org.processmining.models.semantics.IllegalTransitionException
        Throws:
        org.processmining.models.semantics.IllegalTransitionException
      • log2

        public static double log2​(double d)