Package | Description |
---|---|
org.processmining.logfiltering.algorithms.SPMF.RuleGrowth |
Modifier and Type | Method and Description |
---|---|
void |
AlgoRULEGROWTH.runAlgorithm(double minSupport,
double minConfidence,
SequenceDatabase sequencedatabase)
The main method to run the algorithm
|
void |
AlgoRULEGROWTHTemp2.runAlgorithm(double minSupport,
double minConfidence,
SequenceDatabase sequencedatabase)
The main method to run the algorithm
|
void |
AlgoRULEGROWTH.runAlgorithm(SequenceDatabase ruleSequencesDatabase,
int relativeMinsup,
double minConfidence)
The main method to run the algorithm
|
void |
AlgoRULEGROWTHTemp2.runAlgorithm(SequenceDatabase ruleSequencesDatabase,
int relativeMinsup,
double minConfidence)
The main method to run the algorithm
|