Package au.edu.qut.pm.spn_estimator
Interface LogSourcedWeightEstimator
-
- All Superinterfaces:
ArtifactCreator,WeightEstimator
- All Known Implementing Classes:
AbstractFrequencyEstimator,ActivityPairLHEstimator,ActivityPairRHEstimator,AlignmentEstimator,BillClintonEstimator,FrequencyEstimator,MeanScaledActivityPairRHEstimator,NoopEstimator
public interface LogSourcedWeightEstimator extends WeightEstimator, ArtifactCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.processmining.models.graphbased.directed.petrinet.StochasticNetestimateWeights(org.processmining.acceptingpetrinet.models.AcceptingPetriNet net, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier)-
Methods inherited from interface au.edu.qut.pm.stochastic.ArtifactCreator
getReadableID, getShortID
-
Methods inherited from interface au.edu.qut.pm.spn_estimator.WeightEstimator
estimateWeights
-
-