public class GeneralizedMinerImpl extends AbstractGeneralizedMiner
log, pnWithMarkings, treePARAMETER_LABEL| Constructor and Description |
|---|
GeneralizedMinerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit()
Template method for initialization in sub classes.
|
org.processmining.processtree.ProcessTree |
getProcessTreeBasedOnTrust(double trustInLog,
double trustInModel)
"Mines" a process tree from a process tree base and an event log
|
org.processmining.processtree.ProcessTree |
getTargetTree() |
extractCountsOfEventsToBeRemovedOrAdded, getFittingPair, getLastModelPetriNet, getOrigLog, getOrigTree, initprotected void doInit()
AbstractGeneralizedMinerdoInit in class AbstractGeneralizedMinerpublic org.processmining.processtree.ProcessTree getProcessTreeBasedOnTrust(double trustInLog,
double trustInModel)
GeneralizedMinertrustInLog - double trust level in the log (between 0="no trust at all" and 1="full trust")trustInModel - double trust level in the model (between 0="no trust at all" and 1="full trust")ProcessTreepublic org.processmining.processtree.ProcessTree getTargetTree()