Class CutFinderIMf

  • All Implemented Interfaces:
    CutFinder

    public class CutFinderIMf
    extends java.lang.Object
    implements CutFinder
    • Constructor Detail

      • CutFinderIMf

        public CutFinderIMf()
    • Method Detail

      • findCut

        public Cut findCut​(IMLog log,
                           IMLogInfo logInfo,
                           MinerState minerState)
        Description copied from interface: CutFinder
        Returns a cut, or null if none found. Must be thread-safe and static, i.e, no side-effects allowed.
        Specified by:
        findCut in interface CutFinder
        Returns:
      • filterNoise

        public static IMLogInfo filterNoise​(IMLogInfo logInfo,
                                            float threshold)
      • filterNoise

        public static Dfg filterNoise​(Dfg dfg,
                                      float threshold)