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

Class AlgoPrefixSpanMDSPM



  • public class AlgoPrefixSpanMDSPM
    extends AbstractAlgoPrefixSpan
    This is an implementation of the PrefixSpan algorithm by Pei et al. 2001 using optimizations such as pseudo-projections, designed specifically for being used with the multi-dimensional sequential pattern mining algorithm SeqDim. There is another implementation of PrefixSpan for general use that is more optimized and can be found in the package: ca.pfv.spmf.sequential_patterns/bide_and_prefixspan
    See Also:
    Sequence, SequenceDatabase, AlgoSeqDim
    • Constructor Summary

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

      • AlgoPrefixSpanMDSPM

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

      • getMinSupp

        public double getMinSupp()
        Get the minsup threshold as a percentage (double).
        Specified by:
        getMinSupp in class AbstractAlgoPrefixSpan
        Returns:
        a double value
      • printStatistics

        public void printStatistics(int databaseSize)
        Print statistics about the latest execution of this algorithm.
        Parameters:
        databaseSize - the number of sequences in the original sequence database.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.