Class Rule
- java.lang.Object
-
- org.processmining.logfiltering.algorithms.SPMF.RuleGrowth.Rule2.Rule
-
public class Rule extends java.lang.ObjectThis class represents a sequential rule found by the CMDeo algorithm.- Author:
- Philippe Fournier-Viger
- See Also:
AlgoCMDeogun,Itemset
-
-
Constructor Summary
Constructors Constructor Description Rule(int[] itemsetI, int[] itemsetJ, java.util.Set<java.lang.Integer> tidsI, java.util.Set<java.lang.Integer> tidsJ, java.util.Set<java.lang.Integer> tidsIJ, java.util.Map<java.lang.Integer,Occurence> occurencesI, java.util.Map<java.lang.Integer,Occurence> occurencesJ)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-