Documentation of 'ca.pfv.spmf.algorithms.sequentialpatterns.gsp_AGP.items.patterns.PatternCreator' Java class
PatternCreator
ca.pfv.spmf.algorithms.sequentialpatterns.gsp_AGP.items.patterns

Class PatternCreator



  • public class PatternCreator
    extends java.lang.Object
    This class is the implementation of a creator of patterns. By means this class, different kind of patterns can be used for this algorithm. Copyright Antonio Gomariz Peñalver 2013 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 .
    • Method Detail

      • getInstance

        public static PatternCreator getInstance()
        Get the only instance of PatternCreator is a singleton class
        Returns:
        the instance
      • createPattern

        public Pattern createPattern(java.util.List<ItemAbstractionPair> elements)
        It creates a pattern given a set of elements
        Parameters:
        elements - the list of element
        Returns:
        the created pattern
      • createPattern

        public Pattern createPattern(ItemAbstractionPair pair)
        It creates a pattern just composed of only one element
        Parameters:
        pair - the pair to be used to create the pattern
        Returns:
        the created pattern
      • createPattern

        public Pattern createPattern()
        Standard method for creating a pattern
        Returns:
        the pattern created
      • clear

        public void clear()
      • sclear

        public static void sclear()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.