org.processmining.mining.geneticmining.analysis.duplicates
Class PruneMinedModelInBatch

java.lang.Object
  extended by org.processmining.mining.geneticmining.analysis.duplicates.PruneMinedModelInBatch

public class PruneMinedModelInBatch
extends java.lang.Object

Title: Prune Mined Models in Batch

Description: This class can prune arcs from mined models that are stored in a certain directory of the computer. It works pretty much like the "Prune Arcs Analysis Plug-in" of the ProM tool. The main difference is that the whole pruning process is executed in batch.

Version:
1.0
Author:
Ana Karla A. de Medeiros

Constructor Summary
PruneMinedModelInBatch(java.lang.String dirSolutionModels, java.lang.String fileTerminationSolutionModels, java.lang.String dirFoundModels, java.lang.String fileTerminationFoundModels, java.lang.String dirLogs, java.lang.String fileTerminationLogs, java.lang.String processInstance, double pruningPercentage, int fitnessType, java.lang.String outputDirPrunedModels)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PruneMinedModelInBatch

public PruneMinedModelInBatch(java.lang.String dirSolutionModels,
                              java.lang.String fileTerminationSolutionModels,
                              java.lang.String dirFoundModels,
                              java.lang.String fileTerminationFoundModels,
                              java.lang.String dirLogs,
                              java.lang.String fileTerminationLogs,
                              java.lang.String processInstance,
                              double pruningPercentage,
                              int fitnessType,
                              java.lang.String outputDirPrunedModels)
                       throws java.io.FileNotFoundException,
                              java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)