public abstract class MiningParametersAbstract extends java.lang.Object implements MiningParameters
Modifier and Type | Field and Description |
---|---|
protected org.deckfour.xes.classification.XEventClassifier |
classifier |
protected boolean |
isDebug |
protected boolean |
isUseMultithreading |
protected float |
noiseThreshold |
defaultClassifier, defaultIsDebug, defaultIsRepairLifeCycles, defaultIsUseMultiThreading, defaultLifeCycleClassifier, defaultNoiseThreshold, defaultReduceParameters
Constructor and Description |
---|
MiningParametersAbstract() |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.classification.XEventClassifier |
getClassifier() |
float |
getNoiseThreshold() |
boolean |
isDebug() |
boolean |
isUseMultithreading() |
void |
setClassifier(org.deckfour.xes.classification.XEventClassifier classifier) |
void |
setDebug(boolean isDebug) |
void |
setNoiseThreshold(float noiseTreshold) |
void |
setUseMultithreading(boolean isUseMultiThreading) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseCaseFinders, getCutFinders, getFallThroughs, getIMLog, getLifeCycleClassifier, getLog2LogInfo, getPostProcessors, getReduceParameters, getSatProbabilities, hasNoise, isRepairLifeCycles, splitLogConcurrent, splitLogInterleaved, splitLogLoop, splitLogOr, splitLogSequence, splitLogXor
protected org.deckfour.xes.classification.XEventClassifier classifier
protected float noiseThreshold
protected boolean isDebug
protected boolean isUseMultithreading
public org.deckfour.xes.classification.XEventClassifier getClassifier()
getClassifier
in interface MiningParameters
public void setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
public float getNoiseThreshold()
getNoiseThreshold
in interface MiningParameters
public void setNoiseThreshold(float noiseTreshold)
public boolean isDebug()
isDebug
in interface MiningParameters
public void setDebug(boolean isDebug)
public boolean isUseMultithreading()
isUseMultithreading
in interface MiningParameters
public void setUseMultithreading(boolean isUseMultiThreading)