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

Class AbstractAlgoPrefixSpan

  • Direct Known Subclasses:
    AlgoBIDEPlus, AlgoFournierViger08, AlgoPrefixSpanMDSPM


    public abstract class AbstractAlgoPrefixSpan
    extends java.lang.Object
    This class is an abstract class for PrefixSpan based algorithms that are used with the multi-dimensional sequential pattern mining algorithm SeqDim.
    See Also:
    AlgoSeqDim
    • Constructor Detail

      • AbstractAlgoPrefixSpan

        public AbstractAlgoPrefixSpan()
    • Method Detail

      • runAlgorithm

        public abstract Sequences runAlgorithm(SequenceDatabase database)
                                        throws java.io.IOException
        Run the algorithm.
        Parameters:
        database - a sequence database
        Returns:
        some sequential patterns
        Throws:
        java.io.IOException - if error writing to output file (if user wants to write results to output file)
      • getMinSupp

        public abstract double getMinSupp()
        Get the minsup parameter used by the algorithm as a double.
        Returns:
        a double.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.