Class Occurence
- java.lang.Object
-
- org.processmining.logfiltering.algorithms.SPMF.RuleGrowth.Occurence
-
public class Occurence extends java.lang.ObjectThis class represent the first and last occurences of an itemset in a sequence, as defined in the RuleGrowth algorithm.- Author:
- Philippe Fournier-Viger
- See Also:
AlgoRULEGROWTH,Sequence,SequenceDatabase
-
-
Field Summary
Fields Modifier and Type Field Description shortfirstItemsetthe first occurence
// e.g.shortlastItemsetthe last occurence
-
Constructor Summary
Constructors Constructor Description Occurence(short firstItemset, short lastItemset)Constructor
-