| Package | Description |
|---|---|
| org.processmining.hadoop.InductiveMiner.algorithms | |
| org.processmining.hadoop.InductiveMiner.plugins |
| Modifier and Type | Method and Description |
|---|---|
static org.processmining.plugins.InductiveMiner.dfgOnly.Dfg |
HadoopInductiveMiner.getDFG(org.processmining.contexts.uitopia.UIPluginContext context,
InductiveMinerHadoopParameters parameters,
java.lang.String executable,
DataManager data_manager,
boolean asynchronous)
The method that implements the execution of the alpha miner in Hadoop.
|
static org.processmining.processtree.ProcessTree |
HadoopInductiveMiner.mine(org.processmining.contexts.uitopia.UIPluginContext context,
InductiveMinerHadoopParameters parameters,
boolean asynchronous)
The method that implements the execution of the alpha miner in Hadoop.
|
| Modifier and Type | Method and Description |
|---|---|
protected InductiveMinerHadoopParameters |
InductiveMinerHadoopPlugin.getIMParameters(org.processmining.contexts.uitopia.UIPluginContext context,
GenericHadoopParameters generic_parameters)
The parameters required to execute the Inductive Miner in Hadoop
|