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, waitgetBaseCaseFinders, getCutFinders, getFallThroughs, getIMLog, getLifeCycleClassifier, getLog2LogInfo, getPostProcessors, getReduceParameters, getSatProbabilities, hasNoise, isRepairLifeCycles, splitLogConcurrent, splitLogInterleaved, splitLogLoop, splitLogOr, splitLogSequence, splitLogXorprotected 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 MiningParameterspublic void setClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
public float getNoiseThreshold()
getNoiseThreshold in interface MiningParameterspublic void setNoiseThreshold(float noiseTreshold)
public boolean isDebug()
isDebug in interface MiningParameterspublic void setDebug(boolean isDebug)
public boolean isUseMultithreading()
isUseMultithreading in interface MiningParameterspublic void setUseMultithreading(boolean isUseMultiThreading)