Documentation of 'ca.pfv.spmf.algorithms.frequentpatterns.zart.TCTableCandidate' Java class
TCTableCandidate
ca.pfv.spmf.algorithms.frequentpatterns.zart

Class TCTableCandidate



  • public class TCTableCandidate
    extends java.lang.Object
    This 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>> levels
      This 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() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • TCTableCandidate

        public TCTableCandidate()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.