public class MiningParametersIMPartialTraces extends MiningParametersIM
basicBaseCaseFinders, basicCutFinders, basicFallThroughs, basicPostProcessors, basicReduceParameters
classifier, isDebug, isUseMultithreading, noiseThreshold
defaultClassifier, defaultIsDebug, defaultIsRepairLifeCycles, defaultIsUseMultiThreading, defaultLifeCycleClassifier, defaultNoiseThreshold, defaultReduceParameters
Constructor and Description |
---|
MiningParametersIMPartialTraces() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDoi() |
IMLog |
getIMLog(org.deckfour.xes.model.XLog xLog) |
IMLog2IMLogInfo |
getLog2LogInfo() |
MiningParametersAbstract |
getMiningParameters() |
int |
getWarningThreshold() |
boolean |
hasFitness() |
boolean |
hasNoise() |
boolean |
noNoiseImpliesFitness() |
IMLog[] |
splitLogLoop(IMLog log,
IMLogInfo logInfo,
java.util.List<gnu.trove.set.TIntSet> partition,
MinerState minerState) |
IMLog[] |
splitLogSequence(IMLog log,
IMLogInfo logInfo,
java.util.List<gnu.trove.set.TIntSet> partition,
MinerState minerState) |
java.lang.String |
toString() |
getBaseCaseFinders, getCutFinders, getFallThroughs, getLifeCycleClassifier, getPostProcessors, getReduceParameters, getSatProbabilities, isProcessStartEndComplete, isRepairLifeCycles, splitLogConcurrent, splitLogInterleaved, splitLogOr, splitLogXor
getClassifier, getNoiseThreshold, isDebug, isUseMultithreading, setClassifier, setDebug, setNoiseThreshold, setUseMultithreading
public IMLog2IMLogInfo getLog2LogInfo()
getLog2LogInfo
in interface MiningParameters
getLog2LogInfo
in class MiningParametersIM
public IMLog getIMLog(org.deckfour.xes.model.XLog xLog)
getIMLog
in interface MiningParameters
getIMLog
in class MiningParametersIM
public IMLog[] splitLogLoop(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)
splitLogLoop
in interface MiningParameters
splitLogLoop
in class MiningParametersIM
public IMLog[] splitLogSequence(IMLog log, IMLogInfo logInfo, java.util.List<gnu.trove.set.TIntSet> partition, MinerState minerState)
splitLogSequence
in interface MiningParameters
splitLogSequence
in class MiningParametersIM
public java.lang.String toString()
toString
in interface InductiveMinerVariant
toString
in class MiningParametersIM
public boolean hasFitness()
hasFitness
in interface InductiveMinerVariant
hasFitness
in class MiningParametersIM
public boolean hasNoise()
hasNoise
in interface MiningParameters
hasNoise
in interface InductiveMinerVariant
hasNoise
in class MiningParametersIM
public boolean noNoiseImpliesFitness()
noNoiseImpliesFitness
in interface InductiveMinerVariant
noNoiseImpliesFitness
in class MiningParametersIM
public MiningParametersAbstract getMiningParameters()
getMiningParameters
in interface InductiveMinerVariant
getMiningParameters
in class MiningParametersIM
public int getWarningThreshold()
getWarningThreshold
in interface InductiveMinerVariant
getWarningThreshold
in class MiningParametersIM
public java.lang.String getDoi()
getDoi
in interface InductiveMinerVariant
getDoi
in class MiningParametersIM