ca.pfv.spmf.algorithms.frequentpatterns.zart
Class TZTableClosed
- java.lang.Object
-
- ca.pfv.spmf.algorithms.frequentpatterns.zart.TZTableClosed
-
public class TZTableClosed extends java.lang.ObjectThis class represents the TZ table containing the closed itemsets and their generators, 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 store the closed itemsets by size At position i, there are the list of closed itemsets of size ijava.util.Map<Itemset,java.util.List<Itemset>>mapGeneratorseach entry of the following map is :
key : a closed itemset
values : the corresponding generator(s)
-
Constructor Summary
Constructors Constructor and Description TZTableClosed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<Itemset>getLevelForZart(int i)Get the closed itemsets of a given size i.
-
-
-
Field Detail
-
levels
public final java.util.List<java.util.List<Itemset>> levels
This store the closed itemsets by size At position i, there are the list of closed itemsets of size i
-
-
Method Detail
-
getLevelForZart
public java.util.List<Itemset> getLevelForZart(int i)
Get the closed itemsets of a given size i.- Parameters:
i- the size i.- Returns:
- a list of itemsets
-
-
DMelt 3.0 © DataMelt by jWork.ORG