Package au.edu.qut.pm.spn_estimator
Class BillClintonEstimator
- java.lang.Object
-
- au.edu.qut.pm.spn_estimator.AbstractFrequencyEstimator
-
- au.edu.qut.pm.spn_estimator.BillClintonEstimator
-
- All Implemented Interfaces:
LogSourcedWeightEstimator,WeightEstimator,ArtifactCreator
public class BillClintonEstimator extends AbstractFrequencyEstimator
"When he comes to a fork in the road, he takes the fork" -- Jesse Jackson on Bill Clinton Referred to as ForkDistributionEstimator in the accompanying paper.- Author:
- burkeat
-
-
Field Summary
-
Fields inherited from class au.edu.qut.pm.spn_estimator.AbstractFrequencyEstimator
activity2class, activityFrequency, endFrequency, followsFrequency, startFrequency, traceCount
-
-
Constructor Summary
Constructors Constructor Description BillClintonEstimator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidestimateWeights(org.processmining.models.graphbased.directed.petrinet.StochasticNet net)java.lang.StringgetReadableID()java.lang.StringgetShortID()-
Methods inherited from class au.edu.qut.pm.spn_estimator.AbstractFrequencyEstimator
estimateWeights, loadActivityFrequency, loadFollowFrequency, loadZeroableFrequency, scanLog
-
-