Class EntropyCalculatorApproximate

    • Constructor Detail

      • EntropyCalculatorApproximate

        public EntropyCalculatorApproximate()
    • Method Detail

      • getMeasureName

        public java.lang.String getMeasureName()
        Description copied from interface: MeasureProvider
        Name of the measure that will be computed
        Returns:
        String the name
      • getOutcomesAndCounts

        protected java.util.Map<Outcome,​java.lang.Double> getOutcomesAndCounts​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                                                     org.processmining.models.graphbased.directed.petrinet.Petrinet net,
                                                                                     org.processmining.models.semantics.petrinet.Marking initialMarking,
                                                                                     AbstractionLevel level)
        Specified by:
        getOutcomesAndCounts in class AbstractEntropyCalculator
      • setN

        public void setN​(int n)