public abstract class MiningParametersWithoutLogAbstract extends java.lang.Object implements MiningParametersWithoutLog
Modifier and Type | Field and Description |
---|---|
protected boolean |
isDebug |
protected boolean |
isUseMultithreading |
protected float |
noiseThreshold |
Constructor and Description |
---|
MiningParametersWithoutLogAbstract() |
Modifier and Type | Method and Description |
---|---|
float |
getNoiseThreshold() |
boolean |
isDebug() |
boolean |
isUseMultithreading() |
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, getPostProcessors, getReduceParameters, hasNoise, splitGraphConcurrent, splitGraphInterleaved, splitGraphLoop, splitGraphOr, splitGraphSequence, splitGraphXor
protected float noiseThreshold
protected boolean isDebug
protected boolean isUseMultithreading
public float getNoiseThreshold()
getNoiseThreshold
in interface MiningParametersWithoutLog
public void setNoiseThreshold(float noiseTreshold)
public boolean isDebug()
isDebug
in interface MiningParametersWithoutLog
public void setDebug(boolean isDebug)
public boolean isUseMultithreading()
isUseMultithreading
in interface MiningParametersWithoutLog
public void setUseMultithreading(boolean isUseMultiThreading)