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, waitgetBaseCaseFinders, getCutFinders, getFallThroughs, getPostProcessors, getReduceParameters, hasNoise, splitGraphConcurrent, splitGraphInterleaved, splitGraphLoop, splitGraphOr, splitGraphSequence, splitGraphXorprotected float noiseThreshold
protected boolean isDebug
protected boolean isUseMultithreading
public float getNoiseThreshold()
getNoiseThreshold in interface MiningParametersWithoutLogpublic void setNoiseThreshold(float noiseTreshold)
public boolean isDebug()
isDebug in interface MiningParametersWithoutLogpublic void setDebug(boolean isDebug)
public boolean isUseMultithreading()
isUseMultithreading in interface MiningParametersWithoutLogpublic void setUseMultithreading(boolean isUseMultiThreading)