Class DfgMiningParameters

    • Constructor Detail

      • DfgMiningParameters

        public DfgMiningParameters()
    • Method Detail

      • setUseMultithreading

        public void setUseMultithreading​(boolean useMultithreading)
      • isUseMultiThreading

        public boolean isUseMultiThreading()
      • getDfgBaseCaseFinders

        public java.lang.Iterable<DfgBaseCaseFinder> getDfgBaseCaseFinders()
      • setDfgBaseCaseFinders

        public void setDfgBaseCaseFinders​(java.lang.Iterable<DfgBaseCaseFinder> baseCaseFinders)
      • setDfgCutFinder

        public void setDfgCutFinder​(DfgCutFinder dfgCutFinder)
      • setDfgSplitter

        public void setDfgSplitter​(DfgSplitter dfgSplitter)
      • getDfgFallThroughs

        public java.lang.Iterable<DfgFallThrough> getDfgFallThroughs()
      • setDfgFallThroughs

        public void setDfgFallThroughs​(java.lang.Iterable<DfgFallThrough> dfgFallThroughs)
      • isDebug

        public boolean isDebug()
      • setDebug

        public void setDebug​(boolean debug)
      • getNoiseThreshold

        public float getNoiseThreshold()
      • setNoiseThreshold

        public void setNoiseThreshold​(float noiseThreshold)
      • getSatProbabilities

        public Probabilities getSatProbabilities()
      • setSatProbabilities

        public void setSatProbabilities​(Probabilities satProbabilities)
      • getIncompleteThreshold

        public float getIncompleteThreshold()
      • setIncompleteThreshold

        public void setIncompleteThreshold​(float incompleteThreshold)