ca.pfv.spmf.algorithms.frequentpatterns.zart
Class TCTableCandidate
- java.lang.Object
-
- ca.pfv.spmf.algorithms.frequentpatterns.zart.TCTableCandidate
-
public class TCTableCandidate extends java.lang.ObjectThis class represents the TC table of candidates , used by the Zart algorithm.- See Also:
AlgoZart
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.List<java.util.List<Itemset>>levelsThis structure stores the candidate itemsets by size Position i contains the list of candidate itemsets of size i
-
Constructor Summary
Constructors Constructor and Description TCTableCandidate()
-
-
-
Field Detail
-
levels
public final java.util.List<java.util.List<Itemset>> levels
This structure stores the candidate itemsets by size Position i contains the list of candidate itemsets of size i
-
-
DMelt 3.0 © DataMelt by jWork.ORG