Package | Description |
---|---|
org.processmining.kpiprocessenhancementworkflow.confs | |
org.processmining.kpiprocessenhancementworkflow.plugins |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RuleSet> |
Configuration.getMappedAprioriRulesets(RuleSet J48Ruleset)
Return the set of rulesets obtained from the Apriori algorithm that are linked to the input ruleset generated by the J48
|
java.util.ArrayList<RuleSet> |
Configuration.getRulesets() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addRuleSet(RuleSet ruleset) |
java.util.ArrayList<RuleSet> |
Configuration.getMappedAprioriRulesets(RuleSet J48Ruleset)
Return the set of rulesets obtained from the Apriori algorithm that are linked to the input ruleset generated by the J48
|
void |
Configuration.mapTreeRuleSetWithAprioriRuleset(RuleSet ruleset,
java.util.ArrayList<RuleSet> newRules)
Maps a J48 rulesets (related to a branch leading to a cluster with high KPI) to a set of rulesets obtined from the Apriori algorithm
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.mapTreeRuleSetWithAprioriRuleset(RuleSet ruleset,
java.util.ArrayList<RuleSet> newRules)
Maps a J48 rulesets (related to a branch leading to a cluster with high KPI) to a set of rulesets obtined from the Apriori algorithm
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RuleSet> |
AprioriWrapper.extractItemSetsRules(double threshold,
int totalNum,
RuleSet J48Ruleset,
weka.core.Instances instancesClusterNonDiscretized)
Parses the output of WEKA's apriori and extracts all itemsets
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RuleSet> |
AprioriWrapper.extractItemSetsRules(double threshold,
int totalNum,
RuleSet J48Ruleset,
weka.core.Instances instancesClusterNonDiscretized)
Parses the output of WEKA's apriori and extracts all itemsets
|
void |
KPEW_Plugin.saveAprioriOutput(java.io.File file,
java.lang.String output,
RuleSet ruleset) |