Documentation of 'ca.pfv.spmf.algorithms.sequentialpatterns.fournier2008_seqdim.AlgoBIDEPlus' Java class
AlgoBIDEPlus
ca.pfv.spmf.algorithms.sequentialpatterns.fournier2008_seqdim

Class AlgoBIDEPlus



  • public class AlgoBIDEPlus
    extends AbstractAlgoPrefixSpan
    This is an implementation of the BIDE+ algorithm by Wang et al. 2007 to be used with the SeqDim algorithm. This implementation is optimized to be used with SeqDim. If you wish to use BIDE+ without SeqDIM, please see the package: 
    ca.pfv.spmf.sequential_patterns.bide_and_prefixspan.

    BIDE+ is described in:
    J. Wang, J. Han: BIDE: Efficient Mining of Frequent Closed Sequences. ICDE 2004: 79-90
    • Constructor Summary

      Constructors 
      Constructor and Description
      AlgoBIDEPlus(double minsup)
      Constructor
    • Constructor Detail

      • AlgoBIDEPlus

        public AlgoBIDEPlus(double minsup)
        Constructor
        Parameters:
        minsup - minimum support threshold as a percentage (double)
    • Method Detail

      • getMinSupp

        public double getMinSupp()
        Get the minimum support.
        Specified by:
        getMinSupp in class AbstractAlgoPrefixSpan
        Returns:
        minimum support as a double
      • printStatistics

        public void printStatistics(int databaseSize)
        Print statistics about the algorithm execution to System.out.
        Parameters:
        databaseSize - the size of the database (a number of sequences)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.