Interface FPGrowth.FPTree.Collector

  • Enclosing class:
    FPGrowth.FPTree

    static interface FPGrowth.FPTree.Collector
    Interface for collecting frequent itemsets found.
    Author:
    Erich Schubert
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void collect​(int support, int[] buf, int start, int end)
      Collect a single frequent itemset
    • Method Detail

      • collect

        void collect​(int support,
                     int[] buf,
                     int start,
                     int end)
        Collect a single frequent itemset
        Parameters:
        support - Support of the itemset
        buf - Buffer
        start - First valid buffer position
        end - End of valid buffer