public class GeneralizedMinerImpl extends AbstractGeneralizedMiner
log, pnWithMarkings, tree
PARAMETER_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, init
protected void doInit()
AbstractGeneralizedMiner
doInit
in class AbstractGeneralizedMiner
public org.processmining.processtree.ProcessTree getProcessTreeBasedOnTrust(double trustInLog, double trustInModel)
GeneralizedMiner
trustInLog
- 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")ProcessTree
public org.processmining.processtree.ProcessTree getTargetTree()