Class PerformanceEnricherExperimentResult
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.enricher.experiment.PerformanceEnricherExperimentResult
-
public class PerformanceEnricherExperimentResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PerformanceEnricherExperimentResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int traceSize, StochasticNet.ExecutionPolicy policy, ModelComparisonResult result)ModelComparisonResultgetComparisonResult(StochasticNet net, StochasticNet learnedNet, PerformanceEnricher enricher)java.lang.StringgetResultsCSV(PerformanceEnricherExperimentPlugin.ExperimentType type)
-
-
-
Method Detail
-
add
public void add(int traceSize, StochasticNet.ExecutionPolicy policy, ModelComparisonResult result)
-
getComparisonResult
public ModelComparisonResult getComparisonResult(StochasticNet net, StochasticNet learnedNet, PerformanceEnricher enricher)
-
getResultsCSV
public java.lang.String getResultsCSV(PerformanceEnricherExperimentPlugin.ExperimentType type)
-
-