Class InductiveMiner


  • public class InductiveMiner
    extends java.lang.Object
    • Constructor Detail

      • InductiveMiner

        public InductiveMiner()
    • Method Detail

      • mineEfficientTree

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineEfficientTree​(IMLog log,
                                                                                                             MiningParameters parameters,
                                                                                                             org.processmining.framework.packages.PackageManager.Canceller canceller)
        External users: please do not use this method but use the one in InductiveMinerPlugin. That one will be kept stable, this one will not.
        Parameters:
        log -
        parameters -
        canceller -
        Returns:
      • mineNode

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineNode​(IMLog log,
                                                                                                    MinerState minerState)
      • findBaseCases

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findBaseCases​(IMLog log,
                                                                                                         IMLogInfo logInfo,
                                                                                                         MinerState minerState)
      • findFallThrough

        public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findFallThrough​(IMLog log,
                                                                                                           IMLogInfo logInfo,
                                                                                                           MinerState minerState)
      • debug

        public static void debug​(java.lang.Object x,
                                 MinerState minerState)