public abstract class MiningParameters
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
MiningParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.util.List<BaseCaseFinder> |
getBaseCaseFinders() |
org.deckfour.xes.classification.XEventClassifier |
getClassifier() |
java.util.List<CutFinder> |
getCutFinders() |
static org.deckfour.xes.classification.XEventClassifier |
getDefaultClassifier() |
static XLifeCycleClassifier |
getDefaultLifeCycleClassifier() |
java.util.List<FallThrough> |
getFallThroughs() |
float |
getIncompleteThreshold() |
XLifeCycleClassifier |
getLifeCycleClassifier() |
IMLog2IMLogInfo |
getLog2LogInfo() |
LogSplitter |
getLogSplitter() |
float |
getNoiseThreshold() |
java.util.List<PostProcessor> |
getPostProcessors() |
EfficientTreeReduceParameters |
getReduceParameters() |
Probabilities |
getSatProbabilities() |
int |
hashCode() |
boolean |
isDebug() |
boolean |
isProcessStartEndComplete() |
boolean |
isRepairLifeCycle() |
boolean |
isUseMultithreading() |
void |
setBaseCaseFinders(java.util.List<BaseCaseFinder> baseCaseFinders) |
void |
setClassifier(org.deckfour.xes.classification.XEventClassifier classifier) |
void |
setCutFinder(java.util.List<CutFinder> cutFinders) |
void |
setDebug(boolean debug) |
void |
setFallThroughs(java.util.List<FallThrough> fallThroughs) |
void |
setIncompleteThreshold(float incompleteThreshold) |
void |
setLifeCycleClassifier(XLifeCycleClassifier lifeCycleClassifier) |
void |
setLog2LogInfo(IMLog2IMLogInfo log2logInfo) |
void |
setLogConverter(IMLog2IMLogInfo log2logInfo) |
void |
setLogSplitter(LogSplitter logSplitter) |
void |
setNoiseThreshold(float noiseThreshold) |
void |
setPostProcessors(java.util.List<PostProcessor> postProcessors) |
void |
setProcessStartEndComplete(boolean processStartEndComplete) |
void |
setReduceParameters(EfficientTreeReduceParameters reduceParameters)
Set to null if the tree is not to be reduced.
|
void |
setRepairLifeCycle(boolean repairLifeCycle)
Set whether inconsistent traces, e.g.
|
void |
setSatProbabilities(Probabilities satProbabilities) |
void |
setUseMultithreading(boolean useMultithreading) |
public static org.deckfour.xes.classification.XEventClassifier getDefaultClassifier()
public static XLifeCycleClassifier getDefaultLifeCycleClassifier()
public void setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
public org.deckfour.xes.classification.XEventClassifier getClassifier()
public float getNoiseThreshold()
public void setNoiseThreshold(float noiseThreshold)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public float getIncompleteThreshold()
public void setIncompleteThreshold(float incompleteThreshold)
public boolean isDebug()
public void setDebug(boolean debug)
public Probabilities getSatProbabilities()
public void setSatProbabilities(Probabilities satProbabilities)
public void setUseMultithreading(boolean useMultithreading)
public boolean isUseMultithreading()
public IMLog2IMLogInfo getLog2LogInfo()
public void setLog2LogInfo(IMLog2IMLogInfo log2logInfo)
public void setLogConverter(IMLog2IMLogInfo log2logInfo)
public java.util.List<BaseCaseFinder> getBaseCaseFinders()
public void setBaseCaseFinders(java.util.List<BaseCaseFinder> baseCaseFinders)
public java.util.List<CutFinder> getCutFinders()
public void setCutFinder(java.util.List<CutFinder> cutFinders)
public LogSplitter getLogSplitter()
public void setLogSplitter(LogSplitter logSplitter)
public java.util.List<FallThrough> getFallThroughs()
public void setFallThroughs(java.util.List<FallThrough> fallThroughs)
public boolean isRepairLifeCycle()
public void setRepairLifeCycle(boolean repairLifeCycle)
repairLifeCycle
- public java.util.List<PostProcessor> getPostProcessors()
public void setPostProcessors(java.util.List<PostProcessor> postProcessors)
public EfficientTreeReduceParameters getReduceParameters()
public void setReduceParameters(EfficientTreeReduceParameters reduceParameters)
reduceParameters
- public boolean isProcessStartEndComplete()
public void setProcessStartEndComplete(boolean processStartEndComplete)
public XLifeCycleClassifier getLifeCycleClassifier()
public void setLifeCycleClassifier(XLifeCycleClassifier lifeCycleClassifier)