Documentation of 'ca.pfv.spmf.algorithms.frequentpatterns.fpgrowth.FPTree' Java class
FPTree
ca.pfv.spmf.algorithms.frequentpatterns.fpgrowth

Class FPTree



  • public class FPTree
    extends java.lang.Object
    This is an implementation of a FPTree as used by the FPGrowth algorithm.
    See Also:
    FPNode, Itemset, AlgoFPGrowth
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addTransaction(java.util.List<java.lang.Integer> transaction)
      Method for adding a transaction to the fp-tree (for the initial construction of the FP-Tree).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addTransaction

        public void addTransaction(java.util.List<java.lang.Integer> transaction)
        Method for adding a transaction to the fp-tree (for the initial construction of the FP-Tree).
        Parameters:
        transaction -

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.