Documentation of 'ca.pfv.spmf.algorithms.frequentpatterns.fpgrowth_with_strings.FPTree_Strings' Java class
FPTree_Strings
ca.pfv.spmf.algorithms.frequentpatterns.fpgrowth_with_strings

Class FPTree_Strings



  • public class FPTree_Strings
    extends java.lang.Object
    This is an implementation of a FPTree for the version of FPGrowth where items are represented by Strings rather than Integers.
    See Also:
    FPNode_Strings, FPTree_Strings, AlgoFPGrowth_Strings
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addTransaction(java.util.List<java.lang.String> 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.String> 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.