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

Class AlgoBIDEPlus



  • public class AlgoBIDEPlus
    extends java.lang.Object
    This is a modified version of the BIDE algorithm so that it discovers the set of maximal sequential patterns instead of the set of all closed sequential patterns. Copyright (c) 2008-2013 Philippe Fournier-Viger This file is part of the SPMF DATA MINING SOFTWARE (http://www.philippe-fournier-viger.com/spmf). SPMF is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. SPMF is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SPMF. If not, see .
    • Constructor Summary

      Constructors 
      Constructor and Description
      AlgoBIDEPlus()
      Default constructor
    • Constructor Detail

      • AlgoBIDEPlus

        public AlgoBIDEPlus()
        Default constructor
    • Method Detail

      • runAlgorithm

        public SequentialPatterns runAlgorithm(SequenceDatabase database,
                                               java.lang.String outputPath,
                                               int minsup)
                                        throws java.io.IOException
        Run the algorithm
        Parameters:
        database - a sequence database
        outputPath - an output file path
        minsup - a minimum support as an integer representing a number of sequences
        Returns:
        return the result, if saved into memory, otherwise null
        Throws:
        java.io.IOException - exception if error while writing the file
      • printStatistics

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.