Documentation of 'ca.pfv.spmf.algorithms.sequentialpatterns.lapin.Prefix' Java class
Prefix
ca.pfv.spmf.algorithms.sequentialpatterns.lapin

Class Prefix



  • public class Prefix
    extends java.lang.Object
    Implementation of a sequential pattern. A sequential pattern is a list of itemsets. An itemset is a list of integers. Copyright (c) 2008-2012 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
      Prefix()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Prefix cloneSequence()
      Get a copy of this sequential pattern
      void print()
      Print this sequential pattern to the console
      int size()
      Get the number of itemset in this pattern
      java.lang.String toString()
      Get a string representation of that sequential pattern
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Prefix

        public Prefix()
        Constructor
    • Method Detail

      • cloneSequence

        public Prefix cloneSequence()
        Get a copy of this sequential pattern
        Returns:
        the copy
      • print

        public void print()
        Print this sequential pattern to the console
      • toString

        public java.lang.String toString()
        Get a string representation of that sequential pattern
        Overrides:
        toString in class java.lang.Object
      • size

        public int size()
        Get the number of itemset in this pattern
        Returns:
        the number of itemsets (int).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.