Interface MiningParametersWithoutLog

    • Method Detail

      • getNoiseThreshold

        float getNoiseThreshold()
        Returns:
        The noise threshold, or 0 if hasNoise() returns false.
      • hasNoise

        boolean hasNoise()
        Returns:
        Whether the noise threshold is relevant.
      • isDebug

        boolean isDebug()
      • isUseMultithreading

        boolean isUseMultithreading()
      • getReduceParameters

        org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeReduceParameters getReduceParameters()